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:"...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user