From 8c99022deb7a52e5a11e7a00e5f3174caebc284c Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Tue, 26 Jul 2011 15:22:42 +0000 Subject: [PATCH] corrected fresh meat, tho it still has a problem...currently we don't keep a count of token creatures that went to the grave...i might look into it later on, tho very very very few cards actually care about this....so if it requires too much code impact, then it will remain simply counting the cards which exist in the grave. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 357351f2b..502a37092 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -24919,7 +24919,8 @@ toughness=1 [/card] [card] name=Fresh Meat -auto=token(Beast,Creature Beast,3/3,green)*type:creature[fresh]:mybattlefield +auto=token(Beast,Creature Beast,3/3,green)*type:creature[fresh]:mygraveyard +#we need a method to track tokens that went to graveyard this turn. text=Put a 3/3 green Beast creature token onto the battlefield for each creature put into your graveyard from the battlefield this turn. mana={3}{G} type=Instant