From 976455bfc9f311439f655d6a737f4dd8032d314f Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:57:25 +0100 Subject: [PATCH] Use renpy statement instead of python equivalent --- game/scripts/rooms/main_room/objects/desk.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/rooms/main_room/objects/desk.rpy b/game/scripts/rooms/main_room/objects/desk.rpy index 1baf8a41..874937d7 100644 --- a/game/scripts/rooms/main_room/objects/desk.rpy +++ b/game/scripts/rooms/main_room/objects/desk.rpy @@ -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