From 3b0fad54e4c14544354e71e5ba4aef87c779dd96 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Tue, 28 Sep 2010 07:05:03 +0000 Subject: [PATCH] fixed typo for Carrion Call, Kuldotha Rebirth and Vedalken Certarch the auto line had "Crature" inplace of "Creature", this caused tokens generated by those cards to be treated as "workaround" tokens instead of real playable tokens. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index e3b247fc5..096f55603 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -7751,7 +7751,7 @@ toughness=1 [/card] [card] name=Carrion Call -auto=token(Insect,Crature Insect,1/1,infect,green)*2 +auto=token(Insect,Creature Insect,1/1,infect,green)*2 text=Put two 1/1 green Insect creature tokens with infect onto the battlefield. (They deal damage to creatures in form of -1/-1 counters and to players in form of poison counters.) mana={3}{G} type=Instant @@ -28749,7 +28749,7 @@ subtype=Aura [/card] [card] name=Kuldotha Rebirth -auto=token(Goblin,Crature Goblin,1/1,red)*3 +auto=token(Goblin,Creature Goblin,1/1,red)*3 text=As an additional cost to cast Kuldotha Rebirth, sacrifice an artifact. -- Put three 1/1 red Goblin creature tokens onto the battlefield. mana={R}{S(artifact|myBattlefield)} type=Sorcery @@ -56779,7 +56779,7 @@ toughness=2 [/card] [card] name=Vedalken Certarch -auto=aslongas(artifact|myBattlefield) {T}:tap target(artifact,crature,land) >2 +auto=aslongas(artifact|myBattlefield) {T}:tap target(artifact,creature,land) >2 text=Metalcraft - {T}: Tap target artifact, creature, or land. Activate this ability only if you control three or more artifacts. mana={U} type=Creature