From 38fa26e5bf4cf774842e6132f7482ebbfead1bb8 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Thu, 16 Nov 2023 00:14:04 +0100 Subject: [PATCH] replace equivalent with statement (cherry picked from commit ef62f74eedc1ba690544ba7eb4a1a901c1cb7c85) --- game/scripts/characters/hermione/events/forest.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/characters/hermione/events/forest.rpy b/game/scripts/characters/hermione/events/forest.rpy index e66aef96..5e49b232 100644 --- a/game/scripts/characters/hermione/events/forest.rpy +++ b/game/scripts/characters/hermione/events/forest.rpy @@ -5,7 +5,7 @@ label hermione_map_BJ: $ her_outfit_last.save() $ hermione.equip(her_outfit_s_rain) - $ renpy.call('forest_BJ_'+str(states.her.ev.forest_bj.stage)) + call expression 'forest_BJ_'+str(states.her.ev.forest_bj.stage) $ states.her.busy = True call set_her_map_location("gryffindor_room")