forked from External/mage
GameEvent: remove TRANSFORM which is no longer used, and UNFLIP which is explicitly impossible under the rules
This commit is contained in:
parent
414613623a
commit
a01c1077ad
3 changed files with 2 additions and 18 deletions
|
|
@ -43,8 +43,6 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
boolean isFlipped();
|
||||
|
||||
boolean unflip(Game game);
|
||||
|
||||
boolean flip(Game game);
|
||||
|
||||
boolean transform(Ability source, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue