Corrected Vampire Sovereign ChangeZone to only trigger on self

This commit is contained in:
austinio7116
2018-07-04 22:31:27 +01:00
committed by maustin
parent de458b2779
commit d39df3d883

View File

@@ -3,7 +3,7 @@ ManaCost:3 B B
Types:Creature Vampire
PT:3/4
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | Execute$ TrigBite | TriggerDescription$ When CARDNAME enters the battlefield target player loses 3 life and you gain 3 life.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigBite | TriggerDescription$ When CARDNAME enters the battlefield target player loses 3 life and you gain 3 life.
SVar:TrigBite:DB$LoseLife | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 3 | SubAbility$ DBGainLife | SpellDescription$ Target player loses 3 life and you gain 3 life.
SVar:DBGainLife:DB$GainLife | LifeAmount$ 3
Oracle:Flying\nWhen Vampire Sovereign enters the battlefield, target opponent loses 3 life and you gain 3 life.