Fixed game.restoreState causing double-faced cards to transform back.

This commit is contained in:
magenoxx 2011-10-07 23:34:19 +04:00
parent 0c9151cc1f
commit da2bdfb893

View file

@ -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