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
This commit is contained in:
Gouvernathor 2023-11-15 03:18:07 +01:00
parent 9b96c5572c
commit f8130fdb4d

View File

@ -159,6 +159,7 @@ label test_stands:
pause 1.5
call quidditch_stands(hole=True)
pause 1
call quidditch_stands(weather="overcast", crowd=["bj"])
call quidditch_stands(weather="overcast", crowd_bj=True)
pause 1
call quidditch_stands(reset=True, hidden=True)
jump test_stands