diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-20 22:08:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-20 22:08:54 -0300 |
commit | 0857308e0b5ec12c299258c49bf4262fc12854e1 (patch) | |
tree | d8410889cfad3f21fb9075913d7427966aac0c69 | |
parent | b979228ca08cb6c5ce67298f471673568c3b607b (diff) | |
download | client-0857308e0b5ec12c299258c49bf4262fc12854e1.tar.gz client-0857308e0b5ec12c299258c49bf4262fc12854e1.tar.bz2 client-0857308e0b5ec12c299258c49bf4262fc12854e1.tar.xz client-0857308e0b5ec12c299258c49bf4262fc12854e1.zip |
Remove a couple development 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": |