diff options
Diffstat (limited to 'asciifarm/keybindings')
| -rw-r--r-- | asciifarm/keybindings/default.json | 3 |
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"] } } |
