From 972b9dcd70c8da797b6918eb64d36e1b97000b29 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 21 May 2024 20:51:31 +0100 Subject: [PATCH] Bug fix --- game/scripts/gui/say.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index 8e6e7c97..b3acf16d 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -96,6 +96,7 @@ style quickbox_button_text: color "#bbbbbb" hover_color "#ffffff" selected_color "#EA8E61" + selected_hover_color "#ffffff" outlines [(2, "#000000", 1, 1)] size 24 @@ -226,7 +227,7 @@ init python: if st > 0.1: return None - if "{w}" in what: + if "{w" in what: return None warper = _warper.easein(st / 0.1)