diff --git a/game/scripts/gui/main_menu.rpy b/game/scripts/gui/main_menu.rpy index 3a5f5e3b..2c88d5fd 100644 --- a/game/scripts/gui/main_menu.rpy +++ b/game/scripts/gui/main_menu.rpy @@ -254,7 +254,7 @@ screen navigation(title=None): if show_quick_start: textbutton _("Quick Start") action Start("start_quick") sensitive is_sensitive elif show_dev_start: - textbutton _("Developer Start") action Start("start_dev") sensitive is_sensitive + textbutton _("Developer Start") action Start("start_dev") sensitive is_sensitive keysym "ctrl_mousedown_1" else: textbutton _("Start") action Start() sensitive is_sensitive else: diff --git a/game/scripts/utility/devtools.rpy b/game/scripts/utility/devtools.rpy index 7476b2cf..c4772885 100644 --- a/game/scripts/utility/devtools.rpy +++ b/game/scripts/utility/devtools.rpy @@ -63,12 +63,7 @@ init -1 python: return "missing_label" def TBA_message(msg="Currently unavailable, check in later versions of the game."): - renpy.show_screen("blktone") - renpy.with_statement(d3) renpy.say(nar, msg) - renpy.hide_screen("blktone") - renpy.with_statement(d3) - return def save_whitespace(refresh=False): """