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 5460ec2572
commit eeb68cb6c6
1 changed files with 2 additions and 1 deletions

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