diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index e4a3f18d6..8efc8ac72 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/blessed_wine.txt b/projects/mtg/bin/Res/test/blessed_wine.txt new file mode 100644 index 000000000..8bcb309a8 --- /dev/null +++ b/projects/mtg/bin/Res/test/blessed_wine.txt @@ -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] \ No newline at end of file