From f8130fdb4dfb8614b9443c864803c1ca29311773 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:18:07 +0100 Subject: [PATCH] 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 --- game/scripts/rooms/quidditch_stands/init.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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