mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Plane: Added Naya and Sanctum of Serra
This commit is contained in:
@@ -1853,7 +1853,7 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
final int adjCheck = this.maxLandsToPlay + adjMax;
|
||||
// System.out.println("Max lands for player " + this.getName() + ": " + adjCheck);
|
||||
|
||||
return this.numLandsPlayed < adjCheck || this.isCardInPlay("Fastbond");
|
||||
return this.numLandsPlayed < adjCheck || this.isCardInPlay("Fastbond") || this.isCardInCommand("Naya");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user