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
|
|
@ -68,7 +68,7 @@ public class CopyTokenFunction {
|
|||
if (source instanceof PermanentCard) {
|
||||
// create token from non-token permanent
|
||||
|
||||
// morph/manifest must hide all info
|
||||
// face down must hide all info
|
||||
PermanentCard sourcePermanent = (PermanentCard) source;
|
||||
BecomesFaceDownCreatureEffect.FaceDownType faceDownType = BecomesFaceDownCreatureEffect.findFaceDownType(game, sourcePermanent);
|
||||
if (faceDownType != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue