- 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:
wagic.the.homebrew@gmail.com
2010-01-03 10:08:36 +00:00
parent 69c5dee979
commit 23fe54ae6f
12 changed files with 110 additions and 7 deletions
@@ -0,0 +1,21 @@
#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]