Fix test call
it raised an exception in my case, and I'm fairly sure this is how it's supposed to work
also adds a complimentary hidden reset at the end
(cherry picked from commit eeb68cb6c6
)
This commit is contained in:
parent
60479ad32d
commit
40caec9428
@ -159,6 +159,7 @@ label test_stands:
|
|||||||
pause 1.5
|
pause 1.5
|
||||||
call quidditch_stands(hole=True)
|
call quidditch_stands(hole=True)
|
||||||
pause 1
|
pause 1
|
||||||
call quidditch_stands(weather="overcast", crowd=["bj"])
|
call quidditch_stands(weather="overcast", crowd_bj=True)
|
||||||
pause 1
|
pause 1
|
||||||
|
call quidditch_stands(reset=True, hidden=True)
|
||||||
jump test_stands
|
jump test_stands
|
||||||
|
Loading…
Reference in New Issue
Block a user