From c42306f32059d506a9f847950bcbddc96cba8134 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Wed, 5 Jul 2023 22:35:28 +0100 Subject: [PATCH] Bug fix * Fixed choice menu hotkeys --- game/scripts/gui/say.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index e4ad46bd..64425a70 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -154,7 +154,7 @@ screen choice(items): action entry.action sensitive bool(entry.action) if i < 10 and entry.action: - keysym (str(i), "K_KP"+str(i)) + keysym ("K_"+str(i), "K_KP"+str(i)) fixed: style "empty"