Files
wagic/projects/mtg/bin/Res/test/golgari_germination_i153.txt
wagic.the.homebrew@gmail.com 23fe54ae6f 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
2010-01-03 10:08:36 +00:00

21 lines
359 B
Plaintext

#Bug: Tokens and graveyard
#see http://code.google.com/p/wagic/issues/detail?id=153
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,89069
manapool:{R}{R}
hand:lightning bolt,shock
[PLAYER2]
[DO]
lightning bolt
grizzly bears
shock
-89069
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:lightning bolt,grizzly bears,shock
inplay:89069
[PLAYER2]
[END]