Syr Vondam's second ability needs to function from the graveyard and/or exile zones.

This commit is contained in:
Grath 2025-11-13 16:21:40 -05:00
parent 62ad2a1545
commit 5bfd0ae796

View file

@ -105,7 +105,7 @@ class SyrVondamSunstarExemplarFirstTriggeredAbility extends TriggeredAbilityImpl
class SyrVondamSunstarExemplarSecondTriggeredAbility extends TriggeredAbilityImpl { class SyrVondamSunstarExemplarSecondTriggeredAbility extends TriggeredAbilityImpl {
SyrVondamSunstarExemplarSecondTriggeredAbility() { SyrVondamSunstarExemplarSecondTriggeredAbility() {
super(Zone.BATTLEFIELD, new DestroyTargetEffect()); super(Zone.ALL, new DestroyTargetEffect());
this.addTarget(new TargetNonlandPermanent(0, 1)); this.addTarget(new TargetNonlandPermanent(0, 1));
this.setTriggerPhrase("When {this} dies or is put into exile while its power is 4 or greater, "); this.setTriggerPhrase("When {this} dies or is put into exile while its power is 4 or greater, ");
this.setLeavesTheBattlefieldTrigger(true); this.setLeavesTheBattlefieldTrigger(true);