forked from External/mage
* Ashcloud Phoenix - Fixed that the dies triggered abilitiy worked if he died face down.
This commit is contained in:
parent
4a051612d1
commit
b382865e8d
5 changed files with 49 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue