*Fixed an issue with AF_CopyPermanent vs DFC cards.

This commit is contained in:
Hellfish
2011-11-05 14:15:14 +00:00
parent c58bd7c2ab
commit cc2ea3cd3f

View File

@@ -396,6 +396,7 @@ public final class AbilityFactoryCopy {
if (c.isDoubleFaced()) { // Cloned DFC's can't transform
if (wasInAlt) {
copy.changeState();
c.changeState();
}
copy.clearOtherState();
}