From c12aee135491f59ff025ff0fef1779ecaf9eeb39 Mon Sep 17 00:00:00 2001 From: elcnesh Date: Sun, 8 Jun 2014 15:16:48 +0000 Subject: [PATCH] Fix: Opaline Sliver's ability should trigger on becoming the target of _any_ spell, not just instants and sorceries. --- forge-gui/res/cardsfolder/o/opaline_sliver.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/o/opaline_sliver.txt b/forge-gui/res/cardsfolder/o/opaline_sliver.txt index dddfc5a0131..b681f5e3770 100644 --- a/forge-gui/res/cardsfolder/o/opaline_sliver.txt +++ b/forge-gui/res/cardsfolder/o/opaline_sliver.txt @@ -3,7 +3,7 @@ ManaCost:1 W U Types:Creature Sliver PT:2/2 S:Mode$ Continuous | Affected$ Sliver | AddTrigger$ TrigTargetSpell | AddSVar$ OpalineTrigDraw | Description$ All Slivers have "Whenever this permanent becomes the target of a spell an opponent controls, you may draw a card." -SVar:TrigTargetSpell:Mode$ BecomesTarget | ValidTarget$ Card.Self | ValidSource$ Instant.OppCtrl,Sorcery.OppCtrl | Execute$ OpalineTrigDraw | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME becomes the target of a spell an opponent controls, you may draw a card. +SVar:TrigTargetSpell:Mode$ BecomesTarget | ValidTarget$ Card.Self | ValidSource$ Spell.OppCtrl | Execute$ OpalineTrigDraw | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME becomes the target of a spell an opponent controls, you may draw a card. SVar:OpalineTrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1 | Defined$ You SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/opaline_sliver.jpg