From dba143983c946f27833a728acda2b90a2a6c3545 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Thu, 31 Mar 2011 17:16:21 +0000 Subject: [PATCH] fixed wall of root and found a engine limitation....if a mana producer needs to have a "limit:number" then you NEED to have "all(this)" before it as follows for example auto={C(-0/-1,1)}:all(this) Add{G} limit:1 other wise it parsed as a non=activated ability, don't worry tho, i change activated manaproducers a long time ago so that they dont use the stack, so all this will do is enable using "limit:"... --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 13b1fb8a7..971c7e70e 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -71722,7 +71722,7 @@ toughness=6 [card] name=Wall of Roots abilities=defender -auto={C(-0/-1,1)}:Add{G} limit:1 +auto={C(-0/-1,1)}:all(this) Add{G} limit:1 text=Defender -- Put a -0/-1 counter on Wall of Roots: Add {G} to your mana pool. Activate this ability only once each turn. mana={1}{G} type=Creature