From dbd8df50705deea77ccab708a910eef9ca2f0033 Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Sun, 27 Dec 2009 21:08:56 +0000 Subject: [PATCH] Psyringe - fixed Penumbra creatures from APC: Missing colon in the trigger specification caused the effect to be executed when the trigger was set, not when it was fired. Also, from() information was missing, so the trigger would have fired on discarding the card as well. Also, Penumbra Wurm had the rules text of the Kavu. Thanks to mickey-brown for the bug report. --- projects/mtg/bin/Res/sets/APC/_cards.dat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/mtg/bin/Res/sets/APC/_cards.dat b/projects/mtg/bin/Res/sets/APC/_cards.dat index 70b3c86d5..bb6faef53 100644 --- a/projects/mtg/bin/Res/sets/APC/_cards.dat +++ b/projects/mtg/bin/Res/sets/APC/_cards.dat @@ -455,7 +455,7 @@ type=Enchantment text=When Penumbra Bobcat is put into a graveyard from the battlefield, put a 2/1 black Cat creature token onto the battlefield. id=26815 name=Penumbra Bobcat -auto=@movedTo(this|graveyard) token(Cat,Creature cat,2/1,black) +auto=@movedTo(this|graveyard) from(battlefield): token(Cat,Creature cat,2/1,black) rarity=C mana={2}{G} type=Creature @@ -467,7 +467,7 @@ toughness=1 text=When Penumbra Kavu is put into a graveyard from the battlefield, put a 3/3 black Kavu creature token onto the battlefield. id=25956 name=Penumbra Kavu -auto=@movedTo(this|graveyard) token(Kavu,Creature kavu,3/3,black) +auto=@movedTo(this|graveyard) from(battlefield): token(Kavu,Creature kavu,3/3,black) rarity=U mana={4}{G} type=Creature @@ -476,10 +476,10 @@ power=3 toughness=3 [/card] [card] -text=Trample When Penumbra Wurm is put into a graveyard from the battlefield, put a 3/3 black Kavu creature token onto the battlefield. +text=Trample When Penumbra Wurm is put into a graveyard from the battlefield, put a 6/6 black Wurm creature token onto the battlefield. id=27669 name=Penumbra Wurm -auto=@movedTo(this|graveyard) token(Wurm,Creature wurm,6/6,trample,black) +auto=@movedTo(this|graveyard) from(battlefield): token(Wurm,Creature wurm,6/6,trample,black) rarity=R mana={5}{G}{G} type=Creature