*Fixed Chancellor of the Forge's opening hand token not having haste.

This commit is contained in:
Hellfish
2011-10-31 08:08:27 +00:00
parent beda295f33
commit fc0f3cffce

View File

@@ -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.