From 4f3fe32f893c0ff90eee33cdbd82ae48abccc58c Mon Sep 17 00:00:00 2001 From: austinio7116 Date: Mon, 24 Sep 2018 17:26:17 +0100 Subject: [PATCH] Corrected Whispering Snitch trigger --- forge-gui/res/cardsfolder/upcoming/whispering_snitch.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/upcoming/whispering_snitch.txt b/forge-gui/res/cardsfolder/upcoming/whispering_snitch.txt index 9244ba2f2c2..c4a437204f5 100644 --- a/forge-gui/res/cardsfolder/upcoming/whispering_snitch.txt +++ b/forge-gui/res/cardsfolder/upcoming/whispering_snitch.txt @@ -2,8 +2,9 @@ Name:Whispering Snitch ManaCost:1 B Types:Creature Vampire Rogue PT:1/3 -T:Mode$ SpellCast | ValidCard$ You | TriggerZones$ Battlefield | Execute$ TrigDamageAll | TriggerDescription$ Whenever you surveil for the first time each turn, CARDNAME deals 1 damage to each opponent and you gain 1 life. +T:Mode$ Surveil | ValidCard$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ EQ1 | Execute$ TrigDamageAll | TriggerDescription$ Whenever you surveil for the first time each turn, CARDNAME deals 1 damage to each opponent and you gain 1 life. SVar:TrigDamageAll:DB$ DamageAll | ValidPlayers$ Player.Opponent | NumDmg$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 +SVar:X:Count$YouSurveilThisTurn DeckHas:Ability$LifeGain Oracle:Whenever you surveil for the first time each turn, Whispering Snitch deals 1 damage to each opponent and you gain 1 life.