[MIR] Implement Teferi's Imp (#11326)

This commit is contained in:
Susucre 2023-10-22 14:34:45 +02:00 committed by GitHub
parent 69517f998f
commit 5996cfbce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 186 additions and 4 deletions

View file

@ -315,7 +315,6 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
source = game.getLastKnownInformation(getSourceId(), Zone.BATTLEFIELD);
}
break;
case PHASED_OUT:
case PHASED_IN:
if (isLeavesTheBattlefieldTrigger()) {
source = game.getLastKnownInformation(getSourceId(), event.getZone());