summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asciifarm/keybindings/keybindings.json14
1 files changed, 2 insertions, 12 deletions
diff --git a/asciifarm/keybindings/keybindings.json b/asciifarm/keybindings/keybindings.json
index ecd8fd2..a816527 100644
--- a/asciifarm/keybindings/keybindings.json
+++ b/asciifarm/keybindings/keybindings.json
@@ -17,12 +17,7 @@
"Q": ["take"],
"E": ["use"],
"R": ["input", ["interact"]],
-"r": ["do", [
- ["input", ["interact"]],
- ["input", ["interact", "north"]],
- ["input", ["interact", "south"]],
- ["input", ["interact", "east"]],
- ["input", ["interact", "west"]]]],
+"r": ["input", ["interact", [null, "north", "south", "east", "west"]]],
"x": ["selectitem", -1, true, true],
"c": ["selectitem", 1, true, true],
"v": ["selectwidget", -1, true, true],
@@ -31,12 +26,7 @@
"+": ["selectitem", 1, true, true],
"/": ["selectwidget", -1, true, true],
"*": ["selectwidget", 1, true, true],
-"f": ["do", [
- ["input", ["attack"]],
- ["input", ["attack", "north"]],
- ["input", ["attack", "south"]],
- ["input", ["attack", "east"]],
- ["input", ["attack", "west"]]]],
+"f": ["input", ["attack", [null, "north", "south", "east", "west"]]],
"F": ["input", ["attack"]],
"W": ["input", ["attack", "north"]],
"S": ["input", ["attack", "south"]],