Erwan
- fix issue 153 (Tokens should go to graveyard) - "token" keyword can now be used in the parser with things such as Creature[-token] for "noncreature token" - Let's stop using "token" as a type
This commit is contained in:
@@ -511,7 +511,7 @@ abilities=mountainwalk
|
||||
[card]
|
||||
text=Whenever a nontoken creature you control is put into a graveyard from the battlefield, put a 1/1 green Saproling creature token onto the battlefield.
|
||||
id=89069
|
||||
auto=@movedto(creature|graveyard) from(myBattlefield):token(Saproling,creature saproling, 1/1,green)
|
||||
auto=@movedto(creature[-token]|graveyard) from(myBattlefield):token(Saproling,creature saproling, 1/1,green)
|
||||
name=Golgari Germination
|
||||
rarity=U
|
||||
type=Enchantment
|
||||
|
||||
Reference in New Issue
Block a user