- Fixed Resolute Survivors.

This commit is contained in:
Agetian
2017-06-27 16:47:29 +00:00
parent 247f8f5be1
commit 0ffbe07007

View File

@@ -5,6 +5,6 @@ PT:3/3
K:You may exert CARDNAME as it attacks. K:You may exert CARDNAME as it attacks.
T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | Execute$ TrigDamageAll | TriggerDescription$ Whenever you exert a creature, CARDNAME deals 1 damage to each opponent and you gain 1 life. T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | Execute$ TrigDamageAll | TriggerDescription$ Whenever you exert a creature, CARDNAME deals 1 damage to each opponent and you gain 1 life.
// This code presumes that you are only ever allowed to exert creatures you control. If this is changed in the future, it will need an update. // This code presumes that you are only ever allowed to exert creatures you control. If this is changed in the future, it will need an update.
SVar:TrigDamageAll:DB$ DamageAll | ValidPlayers$ Player.Opponent | NumDmg$ 1 | SubAbility$ DBGainLife SVar:TrigDamageAll:DB$ DealDamage | Defined$ Player.Opponent | NumDmg$ 1 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
Oracle:You may exert Resolute Survivors as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, Resolute Survivors deals 1 damage to each opponent and you gain 1 life. Oracle:You may exert Resolute Survivors as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, Resolute Survivors deals 1 damage to each opponent and you gain 1 life.