* Fixed that continuous effects of face down creatures were applied.

This commit is contained in:
LevelX2 2015-01-31 14:46:54 +01:00
parent 8ba2136b0e
commit dbbbbc0279
2 changed files with 37 additions and 1 deletions

View file

@ -797,6 +797,10 @@ public abstract class AbilityImpl implements Ability {
if (!found) {
return false;
}
} else if (object instanceof PermanentCard) {
if (((PermanentCard)object).isFaceDown()&& !this.getWorksFaceDown()) {
return false;
}
}
// check against current state