summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/keybindings/default.json')
-rw-r--r--asciifarm/keybindings/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/asciifarm/keybindings/default.json b/asciifarm/keybindings/default.json
index f0fdf10..270eaa9 100644
--- a/asciifarm/keybindings/default.json
+++ b/asciifarm/keybindings/default.json
@@ -6,12 +6,13 @@
"a": ["move", "west"],
"e": ["take"],
"q": ["drop"],
+ "f": [["attack"],["attack", "north"],["attack", "south"],["attack", "east"],["attack", "west"]],
"F": ["attack"],
"W": ["attack", "north"],
"S": ["attack", "south"],
"D": ["attack", "east"],
"A": ["attack", "west"],
"E": ["use"],
- "f": ["interact"]
+ "r": ["interact"]
}
}