mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +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.attachedTo = permanent.attachedTo;
|
||||||
this.minBlockedBy = permanent.minBlockedBy;
|
this.minBlockedBy = permanent.minBlockedBy;
|
||||||
|
this.transformed = permanent.transformed;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue