From c68ad46ee833880fabd29f3a33a74ac011a677bf Mon Sep 17 00:00:00 2001 From: leungclj Date: Fri, 25 Sep 2009 10:32:29 +0000 Subject: [PATCH] J0N4TH4N - tokens problem --- projects/mtg/bin/Res/test/_tests.txt | 1 + projects/mtg/bin/Res/test/wrath_of_god2.txt | 22 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 projects/mtg/bin/Res/test/wrath_of_god2.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 58cd40edb..a6300e572 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -219,6 +219,7 @@ wall_of_diffusion2.txt welkin_hawk.txt white_knight1.txt wrath_of_god.txt +wrath_of_god2.txt zombie_master.txt zombify.txt ######################## diff --git a/projects/mtg/bin/Res/test/wrath_of_god2.txt b/projects/mtg/bin/Res/test/wrath_of_god2.txt new file mode 100644 index 000000000..795fca3b8 --- /dev/null +++ b/projects/mtg/bin/Res/test/wrath_of_god2.txt @@ -0,0 +1,22 @@ +#does wrath of god destroy all creature including tokens? +[INIT] +FIRSTMAIN +[PLAYER1] +hand:193751,Wrath of God +manapool:{3}{R}{R}{2}{W}{W} +[PLAYER2] +inplay:Grizzly Bears +[DO] +193751 +wrath of god +next +next +next +[ASSERT] +COMBATEND +[PLAYER1] +graveyard:193751,wrath of god +manapool:{0} +[PLAYER2] +graveyard:Grizzly Bears +[END] \ No newline at end of file