From fc0f3cffce7cf47d23431cf52e7075f20ff401eb Mon Sep 17 00:00:00 2001 From: Hellfish Date: Mon, 31 Oct 2011 08:08:27 +0000 Subject: [PATCH] *Fixed Chancellor of the Forge's opening hand token not having haste. --- res/cardsfolder/c/chancellor_of_the_forge.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/cardsfolder/c/chancellor_of_the_forge.txt b/res/cardsfolder/c/chancellor_of_the_forge.txt index b3f153f2344..d4bc3f8b8cc 100644 --- a/res/cardsfolder/c/chancellor_of_the_forge.txt +++ b/res/cardsfolder/c/chancellor_of_the_forge.txt @@ -4,7 +4,7 @@ Types:Creature Giant Text:You may reveal this card from your opening hand. If you do, at the beginning of the first upkeep, put a 1/1 red Goblin creature token with haste onto the battlefield. PT:5/5 T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ EffMassToken | TriggerDescription$ When CARDNAME enters the battlefield, put X 1/1 red Goblin creature tokens with haste onto the battlefield, where X is the number of creatures you control. -SVar:EffMassToken:AB$ Token | Cost$ 0 | TokenAmount$ X | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 +SVar:EffMassToken:AB$ Token | Cost$ 0 | TokenAmount$ X | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste SVar:X:Count$Valid Creature.YouCtrl K:MayEffectFromOpeningHand:TokenOnUpkeep SVar:TokenOnUpkeep:AB$ Effect | Cost$ 0 | Triggers$ TrigToken,TrigRemoveMe | SVars$ EffToken,RemoveMe | Name$ Chancellor of the Forge effect.