Use renpy statement instead of python equivalent

This commit is contained in:
Gouvernathor 2023-11-15 00:57:25 +01:00
parent a39641f5cb
commit 65ae5ce797

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