Only modify the card copy in morph characteristic-setting

This commit is contained in:
Steven Knipe 2023-09-18 04:02:17 -07:00
parent e7927cb50f
commit 9b05f824e0
2 changed files with 22 additions and 13 deletions

View file

@ -53,7 +53,7 @@ public enum SpellAbilityCastMode {
}
}
if (this.equals(MORPH)) {
MorphAbility.setObjectToFaceDownCreature(cardCopy, game);
MorphAbility.setCardToFaceDownCreature(cardCopy);
}
return cardCopy;
}