mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
*Fixed an issue with AF_CopyPermanent vs DFC cards.
This commit is contained in:
@@ -396,6 +396,7 @@ public final class AbilityFactoryCopy {
|
|||||||
if (c.isDoubleFaced()) { // Cloned DFC's can't transform
|
if (c.isDoubleFaced()) { // Cloned DFC's can't transform
|
||||||
if (wasInAlt) {
|
if (wasInAlt) {
|
||||||
copy.changeState();
|
copy.changeState();
|
||||||
|
c.changeState();
|
||||||
}
|
}
|
||||||
copy.clearOtherState();
|
copy.clearOtherState();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user