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