forked from External/mage
Syr Vondam's second ability needs to function from the graveyard and/or exile zones.
This commit is contained in:
parent
62ad2a1545
commit
5bfd0ae796
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue