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")