From 22d8b0ef300b98ccbc03e50d93cde26fb143b1f6 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 2 Dec 2021 03:14:26 +0100 Subject: [PATCH] Clients: add hint_location for autofill --- kvui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvui.py b/kvui.py index 73ef26de..9d755ea9 100644 --- a/kvui.py +++ b/kvui.py @@ -207,7 +207,7 @@ class GameManager(App): # keep track of last used command to autofill on click self.last_autofillable_command = "hint" - autofillable_commands = ("hint", "getitem") + autofillable_commands = ("hint_location", "hint", "getitem") original_say = ctx.on_user_say def intercept_say(text):