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.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-10-24 17:23:19 +00:00
parent 60ef07a025
commit ad4543b968

View File

@@ -8,6 +8,7 @@ inplay:bloodhall ooze,grizzly bears
eot eot
next next
choice 0 choice 0
choice 0
next next
#draw #draw
next next
@@ -26,7 +27,7 @@ next
[ASSERT] [ASSERT]
COMBATEND COMBATEND
[PLAYER1] [PLAYER1]
life:18 life:17
[PLAYER2] [PLAYER2]
inplay:bloodhall ooze,grizzly bears inplay:bloodhall ooze,grizzly bears
[END] [END]