forked from External/mage
* Fixed that equipments with restrictions (e.g. Gate Smasher) were not unequipped if the equipped permanent did no longer fulfill the restrictions(fixes #2212).
This commit is contained in:
parent
720a4457fd
commit
ab2399cbe7
17 changed files with 234 additions and 59 deletions
|
|
@ -121,7 +121,7 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
boolean hasProtectionFrom(MageObject source, Game game);
|
||||
|
||||
boolean cantBeEnchantedBy(MageObject source, Game game);
|
||||
boolean cantBeAttachedBy(MageObject source, Game game);
|
||||
|
||||
boolean wasControlledFromStartOfControllerTurn();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue