[WHO] implemented Disguise ability (new face down type, ability and token image, #10653)

This commit is contained in:
Oleg Agafonov 2024-03-01 11:41:05 +04:00
parent ab787a2b8b
commit 9ea3356b77
16 changed files with 313 additions and 41 deletions

View file

@ -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();