* Consecrete Land - Some changes.

This commit is contained in:
LevelX2 2016-12-11 12:38:25 +01:00
parent fde05d8efb
commit 561f120ce0
5 changed files with 126 additions and 107 deletions

View file

@ -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;
}