mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added Consecrate Land.
This commit is contained in:
@@ -8832,7 +8832,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
|
||||
if (this.hasProtectionFrom(aura)
|
||||
|| (this.hasKeyword("CARDNAME can't be enchanted.") && !aura.getName().equals("Anti-Magic Aura"))
|
||||
|| (this.hasKeyword("CARDNAME can't be enchanted.") && !aura.getName().equals("Anti-Magic Aura")
|
||||
&& !(aura.getName().equals("Consecrate Land") && aura.isInZone(ZoneType.Battlefield)))
|
||||
|| ((tgt != null) && !this.isValid(tgt.getValidTgts(), aura.getController(), aura))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user