From 705bc3ea52c52f13bddf0946bdb77a5a3fef77c6 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 30 Dec 2017 12:49:28 +0100 Subject: added equipment display --- asciifarm/client/keybindings.hy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asciifarm/client/keybindings.hy') 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"]) -- cgit