diff options
| author | troido <troido@protonmail.com> | 2020-09-29 10:12:23 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-29 10:12:23 +0200 |
| commit | c899971bd4d3071d9f5ccdbcc928f95369a03937 (patch) | |
| tree | 65aba562298ff182fb3fc2fbf886e19aa26bb077 /keybindings | |
| parent | f05b2f8560df7d79465f12714edd2f4e17109215 (diff) | |
when ground is not selected just take whatever
Diffstat (limited to 'keybindings')
| -rw-r--r-- | keybindings/default.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keybindings/default.json b/keybindings/default.json index 94ab8ba..e3a1f53 100644 --- a/keybindings/default.json +++ b/keybindings/default.json @@ -12,9 +12,8 @@ "j": ["move", "south"], "l": ["move", "east"], "h": ["move", "west"], -"e": ["input", ["take", null]], +"e": ["take"], "q": ["drop"], -"Q": ["take"], "E": ["use"], "R": ["input", ["interact", ["none"]]], "r": ["input", ["interact", ["none", "north", "south", "east", "west"]]], |
