Clients: add hint_location for autofill

This commit is contained in:
Fabian Dill 2021-12-02 03:14:26 +01:00
parent 763edf00f2
commit 22d8b0ef30
1 changed files with 1 additions and 1 deletions

View File

@ -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):