replace equivalent with statement

(cherry picked from commit ef62f74eed)
This commit is contained in:
Gouvernathor 2023-11-16 00:14:04 +01:00 committed by LoafyLemon
parent 066f007e63
commit 38fa26e5bf

View File

@ -5,7 +5,7 @@ label hermione_map_BJ:
$ her_outfit_last.save() $ her_outfit_last.save()
$ hermione.equip(her_outfit_s_rain) $ 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 $ states.her.busy = True
call set_her_map_location("gryffindor_room") call set_her_map_location("gryffindor_room")