mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed game.restoreState causing double-faced cards to transform back.
This commit is contained in:
parent
0c9151cc1f
commit
da2bdfb893
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ public abstract class PermanentImpl<T extends PermanentImpl<T>> extends CardImpl
|
|||
}
|
||||
this.attachedTo = permanent.attachedTo;
|
||||
this.minBlockedBy = permanent.minBlockedBy;
|
||||
this.transformed = permanent.transformed;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue