mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Clients: add hint_location for autofill
This commit is contained in:
2
kvui.py
2
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):
|
||||
|
Reference in New Issue
Block a user