forked from External/mage
Only modify the card copy in morph characteristic-setting
This commit is contained in:
parent
e7927cb50f
commit
9b05f824e0
2 changed files with 22 additions and 13 deletions
|
|
@ -53,7 +53,7 @@ public enum SpellAbilityCastMode {
|
|||
}
|
||||
}
|
||||
if (this.equals(MORPH)) {
|
||||
MorphAbility.setObjectToFaceDownCreature(cardCopy, game);
|
||||
MorphAbility.setCardToFaceDownCreature(cardCopy);
|
||||
}
|
||||
return cardCopy;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue