- test to make sure "draw@ next upkeep" works fine. No problem detected
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-24 02:42:36 +00:00
parent dd054c4963
commit 86211a4de3
2 changed files with 26 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ ardakar_wastes.txt
ascendant_evincar.txt
ascendant_evincar2.txt
ascendant_evincar3.txt
blessed_wine.txt
bottle_gnomes.txt
boggart_arsonists.txt
brass_man.txt

View File

@@ -0,0 +1,25 @@
#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]