From ad4543b968bf4e3a053eaedd82ca0bcc6e401a47 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Sun, 24 Oct 2010 17:23:19 +0000 Subject: [PATCH] fixed test. missing an assignment of a counter and end condition was incorrect. life should be 17 not 18 since ooze gets two counters it is a 3/3 monster not 2/2. The test was stalling on the interrupt screen for the second counter. --- projects/mtg/bin/Res/test/bloodhall_ooze.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/mtg/bin/Res/test/bloodhall_ooze.txt b/projects/mtg/bin/Res/test/bloodhall_ooze.txt index bd2f95ffa..c3a0225ac 100644 --- a/projects/mtg/bin/Res/test/bloodhall_ooze.txt +++ b/projects/mtg/bin/Res/test/bloodhall_ooze.txt @@ -8,6 +8,7 @@ inplay:bloodhall ooze,grizzly bears eot next choice 0 +choice 0 next #draw next @@ -26,7 +27,7 @@ next [ASSERT] COMBATEND [PLAYER1] -life:18 +life:17 [PLAYER2] inplay:bloodhall ooze,grizzly bears [END] \ No newline at end of file