From 3cdf1b935caacd271a9cd6120888c4367baf5862 Mon Sep 17 00:00:00 2001 From: Sloth Date: Sun, 29 Jan 2012 21:50:40 +0000 Subject: [PATCH] - Prevented Retaliation from possibly overwriting existing SVars. --- res/cardsfolder/r/retaliation.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/cardsfolder/r/retaliation.txt b/res/cardsfolder/r/retaliation.txt index a713320643b..7339ceb887c 100644 --- a/res/cardsfolder/r/retaliation.txt +++ b/res/cardsfolder/r/retaliation.txt @@ -2,9 +2,9 @@ Name:Retaliation ManaCost:2 G Types:Enchantment Text:no text -S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddTrigger$ TrigBlocked | AddSVar$ TrigPump | Description$ Creatures you control have "Whenever this creature becomes blocked by a creature, this creature gets +1/+1 until end of turn." -SVar:TrigBlocked:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME gets +1/+1 until end of turn. -SVar:TrigPump:AB$ Pump | Cost$ 0 | NumAtt$ 1 | NumDef$ 1 +S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddTrigger$ TrigBlocked | AddSVar$ RetaliationTrigPump | Description$ Creatures you control have "Whenever this creature becomes blocked by a creature, this creature gets +1/+1 until end of turn." +SVar:TrigBlocked:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ RetaliationTrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME gets +1/+1 until end of turn. +SVar:RetaliationTrigPump:AB$ Pump | Cost$ 0 | NumAtt$ 1 | NumDef$ 1 SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/retaliation.jpg End \ No newline at end of file