diff options
Diffstat (limited to 'asciifarm/client/keybindings.hy')
| -rw-r--r-- | asciifarm/client/keybindings.hy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asciifarm/client/keybindings.hy b/asciifarm/client/keybindings.hy index d2b129f..579ca2c 100644 --- a/asciifarm/client/keybindings.hy +++ b/asciifarm/client/keybindings.hy @@ -17,7 +17,8 @@ "r" (input ["interact" (selectorvalue "ground")]) "v" (fn [client] (.select (selector "inventory") 1 True True)) "c" (fn [client] (.select (selector "ground") 1 True True)) -;; "x" (fn [client] (.select (selector "equipment") 1 True True)) + "x" (fn [client] (.select (selector "equipment") 1 True True)) + "z" (input ["unequip" (selectorvalue "equipment")]) "f" (doall [ (input ["attack"]) (input ["attack" "north"]) |
