mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
* Fixed a problem with left battlefield or dies triggered abilities of token permanents.
This commit is contained in:
parent
a47c0adfda
commit
2ca2caf9d5
6 changed files with 81 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue