Use renpy statement instead of python equivalent

(cherry picked from commit 976455bfc9)
This commit is contained in:
Gouvernathor 2023-11-15 00:57:25 +01:00 committed by LoafyLemon
parent 5197b6a7a6
commit 482969eaae

View File

@ -138,7 +138,7 @@ label desk:
with d3 with d3
call gen_walk(action="leave", speed=1.5) call gen_walk(action="leave", speed=1.5)
$ renpy.jump(__choice) jump expression __choice
screen desk_menu(): screen desk_menu():
tag desk_interface tag desk_interface