From 10abd36c5984b2c3e7bf5a2b12bd21d30a1473ce Mon Sep 17 00:00:00 2001 From: Agetian Date: Sun, 20 Sep 2015 05:25:11 +0000 Subject: [PATCH] - Fixed Dwynen's Elite (ChangesZone trigger should not be optional). --- forge-gui/res/cardsfolder/d/dwynens_elite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/d/dwynens_elite.txt b/forge-gui/res/cardsfolder/d/dwynens_elite.txt index ff0434cb665..b7168d741c3 100644 --- a/forge-gui/res/cardsfolder/d/dwynens_elite.txt +++ b/forge-gui/res/cardsfolder/d/dwynens_elite.txt @@ -2,7 +2,7 @@ Name:Dwynen's Elite ManaCost:1 G Types:Creature Elf Warrior PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Card.YouCtrl+Other+Elf | PresentCompare$ GE1 | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, if you control another Elf, put a 1/1 green Elf Warrior creature token onto the battlefield. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Card.YouCtrl+Other+Elf | PresentCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, if you control another Elf, put a 1/1 green Elf Warrior creature token onto the battlefield. SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 elf warrior ORI SVar:Picture:http://www.wizards.com/global/images/magic/general/dwynens_elite.jpg Oracle:When Dwynen's Elite enters the battlefield, if you control another Elf, put a 1/1 green Elf Warrior creature token onto the battlefield. \ No newline at end of file