diff options
| author | troido <troido@hotmail.com> | 2017-12-30 12:49:28 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-12-30 12:49:28 +0100 |
| commit | 705bc3ea52c52f13bddf0946bdb77a5a3fef77c6 (patch) | |
| tree | 00cabf5e7b0003d3750aa6e57544ef1416d8543b /asciifarm/client/keybindings.hy | |
| parent | b63f38d654814d6be7a56ee7c8c6c6567755e0b4 (diff) | |
added equipment display
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"]) |
