From 0857308e0b5ec12c299258c49bf4262fc12854e1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 Dec 2020 22:08:54 -0300 Subject: Remove a couple development options --- game/quest.rpy | 2 +- game/script.rpy | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/game/quest.rpy b/game/quest.rpy index d5d65a0..0eb310f 100644 --- a/game/quest.rpy +++ b/game/quest.rpy @@ -98,7 +98,7 @@ label quest_selected: # Uhm, how did this happen? Means client-data is not fully updated! if (quest == ERR_INVALID): - renpy.call_screen("msgbox", "ERROR:\n\nRequested Quest does not exist client-side\nAn update is required. We'll now close the app.") + renpy.call_screen("msgbox", "ERROR:\n\nRequested Quest does not exist client-side\nAn update is required. We'll now restart the app.") renpy.quit(relaunch=True) # Confirm the quest cost diff --git a/game/script.rpy b/game/script.rpy index 63c7071..717e797 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -182,12 +182,8 @@ label loop: "So?" hide redeclared with None pass - "Quest Editor": - jump quest_editors "List party members": $message=get_party(1) - "Update client": - jump updater_editors "Do nothing": pass "World Map": -- cgit v1.2.3-70-g09d2