* Reworked some parts of transform handling. Fixes #2396.

This commit is contained in:
LevelX2 2016-09-28 17:02:37 +02:00
parent e57da7598e
commit 86648c7190
157 changed files with 246 additions and 204 deletions

View file

@ -279,7 +279,7 @@ public class CardView extends SimpleCardView {
this.subTypes = card.getSubtype(game);
this.superTypes = card.getSupertype();
this.color = card.getColor(game);
this.canTransform = card.canTransform();
this.canTransform = card.isTransformable();
this.flipCard = card.isFlipCard();
this.faceDown = !showFaceUp;