Files
wagic/projects/mtg/bin/Res/test/blessed_wine.txt
wagic.the.homebrew@gmail.com 86211a4de3 Erwan
- test to make sure "draw@ next upkeep" works fine. No problem detected
2009-05-24 02:42:36 +00:00

25 lines
300 B
Plaintext

#Bug: draw @next upkeep crashes the game ?
[INIT]
SECONDMAIN
[PLAYER1]
hand:blessed wine
library:swamp
manapool:{1}{W}
[PLAYER2]
[DO]
blessed wine
eot
#untap
next
#upkeep
next
#draw
[ASSERT]
DRAW
[PLAYER1]
hand:swamp
graveyard:blessed wine
manapool:{0}
life:21
[PLAYER2]
[END]