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:
@@ -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]
|
||||
Reference in New Issue
Block a user