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:
@@ -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]
|
||||
Reference in New Issue
Block a user