Use renpy statement instead of python equivalent

This commit is contained in:
Gouvernathor 2023-11-15 00:57:25 +01:00
parent 4c52d1638f
commit 976455bfc9
1 changed files with 1 additions and 1 deletions

View File

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