From 0ffbe07007410ee6836f57abe704c3ecadcb3fd8 Mon Sep 17 00:00:00 2001 From: Agetian Date: Tue, 27 Jun 2017 16:47:29 +0000 Subject: [PATCH] - Fixed Resolute Survivors. --- forge-gui/res/cardsfolder/upcoming/resolute_survivors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/upcoming/resolute_survivors.txt b/forge-gui/res/cardsfolder/upcoming/resolute_survivors.txt index 077bfffbfda..63c85bf4858 100644 --- a/forge-gui/res/cardsfolder/upcoming/resolute_survivors.txt +++ b/forge-gui/res/cardsfolder/upcoming/resolute_survivors.txt @@ -5,6 +5,6 @@ PT:3/3 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. // 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 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. \ No newline at end of file