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:
Gouvernathor 2023-11-15 03:18:07 +01:00 committed by LoafyLemon
parent 60479ad32d
commit 40caec9428

View File

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