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
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]