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)