Fix Xantcha activated ability

This commit is contained in:
tehdiplomat
2018-08-22 11:00:59 -04:00
parent afc3182aa0
commit 746c8b7d8f

View File

@@ -9,5 +9,5 @@ SVar:DBDonate:DB$ GainControl | Defined$ Self | NewController$ Player.Chosen | S
SVar:DBCleanup:DB$ Cleanup | ClearChosenPlayer$ True
S:Mode$ CantAttack | ValidCard$ Card.Self | Target$ Player.CardOwner,Planeswalker.ControlledBy Player.CardOwner
A:AB$ Draw | Cost$ 3 | NumCards$ 1 | AnyPlayer$ True | SubAbility$ DBLoseLife | SpellDescription$ Xantchas controller loses 2 life and you draw a card. Any player may activate this ability.
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 2 | Defined$ Player.Chosen
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 2 | Defined$ CardController
Oracle:As Xantcha, Sleeper Agent enters the battlefield, an opponent of your choice gains control of it.\nXantcha attacks each combat if able and cant attack its owner or planeswalkers its owner controls.\n{3}: Xantchas controller loses 2 life and you draw a card. Any player may activate this ability.