mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Dual Nature
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user