* Ashcloud Phoenix - Fixed that the dies triggered abilitiy worked if he died face down.

This commit is contained in:
LevelX2 2015-03-25 15:13:46 +01:00
parent 4a051612d1
commit b382865e8d
5 changed files with 49 additions and 15 deletions

View file

@ -895,14 +895,6 @@ public abstract class AbilityImpl implements Ability {
return false;
}
}
// else if (object instanceof PermanentCard) {
// this check prevents Flying to work if assigned to a face down creature
// Why is this neccessary??
// if (((PermanentCard)object).isFaceDown(game)&& !this.getWorksFaceDown()) {
// return false;
// }
// }
// check against current state
Zone test = game.getState().getZone(parameterSourceId);
return test != null && zone.match(test);