- Added Dual Nature

This commit is contained in:
swordshine
2013-04-05 09:28:20 +00:00
parent 010c7672ba
commit 059fb54559
3 changed files with 19 additions and 0 deletions

View File

@@ -229,6 +229,9 @@ public class CopyPermanentEffect extends SpellAbilityEffect {
copy.setCloneOrigin(hostCard);
sa.getSourceCard().addClone(copy);
crds[i] = copy;
if (sa.hasParam("RememberCopied")) {
hostCard.addRemembered(copy);
}
}
if (wasInAlt) {