- Plane: Added Naya and Sanctum of Serra

This commit is contained in:
swordshine
2013-05-24 11:18:44 +00:00
parent 42f77b29e9
commit 76a2a73aa1
4 changed files with 23 additions and 1 deletions

View File

@@ -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");
}
/**