Fixed Morph handling, fixed that face down cards stay face down after zone change.

This commit is contained in:
LevelX2 2014-09-10 00:18:03 +02:00
parent c888957fa0
commit f137f9c49c
9 changed files with 59 additions and 7 deletions

View file

@ -119,7 +119,7 @@ public class PermanentView extends CardView {
if (permanentAbility instanceof TurnFaceUpAbility && !permanentAbility.getRuleVisible()) {
this.rules.add(permanentAbility.getRule(true));
}
if (permanentAbility instanceof TurnedFaceUpTriggeredAbility) {
if (permanentAbility.getWorksFaceDown()) {
this.rules.add(permanentAbility.getRule());
}
}