diff options
-rw-r--r-- | game/quest.rpy | 2 | ||||
-rw-r--r-- | game/script.rpy | 4 |
2 files changed, 1 insertions, 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": |