* Fixed a problem with left battlefield or dies triggered abilities of token permanents.

This commit is contained in:
LevelX2 2015-04-21 17:18:50 +02:00
parent a47c0adfda
commit 2ca2caf9d5
6 changed files with 81 additions and 8 deletions

View file

@ -183,7 +183,7 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
// case LOST_CONTROL:
case PHASED_OUT:
case PHASED_IN:
if (game.getLastKnownInformation(getSourceId(), zone) != null) {
if (this.zone == Zone.ALL || game.getLastKnownInformation(getSourceId(), zone) != null) {
return true;
}
}