diff --git a/game/scripts/rooms/quidditch_stands/init.rpy b/game/scripts/rooms/quidditch_stands/init.rpy index 0699dc83..cdfadf52 100644 --- a/game/scripts/rooms/quidditch_stands/init.rpy +++ b/game/scripts/rooms/quidditch_stands/init.rpy @@ -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