- 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
21 lines
321 B
Plaintext
21 lines
321 B
Plaintext
#Bug: Tokens don't go to the graveyard
|
|
#see: http://code.google.com/p/wagic/issues/detail?id=153
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:1138,dingus staff
|
|
hand:shock
|
|
manapool:{5}{R}
|
|
[PLAYER2]
|
|
[DO]
|
|
1138
|
|
shock
|
|
-1138
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
life:18
|
|
inplay:1138,dingus staff
|
|
graveyard:shock
|
|
[PLAYER2]
|
|
[END] |