forked from External/mage
[WHO] implemented Disguise ability (new face down type, ability and token image, #10653)
This commit is contained in:
parent
ab787a2b8b
commit
9ea3356b77
16 changed files with 313 additions and 41 deletions
|
|
@ -59,6 +59,7 @@ public interface Card extends MageObject, Ownerable {
|
|||
|
||||
boolean turnFaceUp(Ability source, Game game, UUID playerId);
|
||||
|
||||
// TODO: need research, is it lost morph and other face down statuses?
|
||||
boolean turnFaceDown(Ability source, Game game, UUID playerId);
|
||||
|
||||
boolean isFlipCard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue