forked from External/mage
* Consecrete Land - Some changes.
This commit is contained in:
parent
fde05d8efb
commit
561f120ce0
5 changed files with 126 additions and 107 deletions
|
|
@ -927,6 +927,9 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
if (game.getContinuousEffects().preventedByRuleModification(GameEvent.getEvent(EventType.STAY_ATTACHED, objectId, source.getId(), null), null, game, false)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue