summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--charmaps/halfwidth.json4
-rw-r--r--keybindings/default.json8
2 files changed, 7 insertions, 5 deletions
diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json
index c513ea4..54a4536 100644
--- a/charmaps/halfwidth.json
+++ b/charmaps/halfwidth.json
@@ -32,6 +32,8 @@
"smallplant": ["v", 2],
"plant": ["Y",2],
"food": ["8",13],
+ "radish": ["8",13],
+ "carrot": ["!", 11],
"troll": ["T",1],
"sword": ["/",7],
"club": ["!", 3],
@@ -43,7 +45,7 @@
"armour": ["[", 7],
"wound": [" ", 7, 1],
"rat": ["r", 7],
- "closeddoor": ["+",1, 3],
+ "closeddoor": ["D",1, 3],
"opendoor": ["\"", 3],
"raindrop": [":", 12],
"snowflake": ["*", 15],
diff --git a/keybindings/default.json b/keybindings/default.json
index faf1b40..94ab8ba 100644
--- a/keybindings/default.json
+++ b/keybindings/default.json
@@ -16,8 +16,8 @@
"q": ["drop"],
"Q": ["take"],
"E": ["use"],
-"R": ["input", ["interact", [null]]],
-"r": ["input", ["interact", [null, "north", "south", "east", "west"]]],
+"R": ["input", ["interact", ["none"]]],
+"r": ["input", ["interact", ["none", "north", "south", "east", "west"]]],
"x": ["selectitem", -1, true, true],
"c": ["selectitem", 1, true, true],
"v": ["selectwidget", -1, true, true],
@@ -26,8 +26,8 @@
"+": ["selectitem", 1, true, true],
"/": ["selectwidget", -1, true, true],
"*": ["selectwidget", 1, true, true],
-"f": ["input", ["attack", [null, "north", "south", "east", "west"]]],
-"F": ["input", ["attack", [null]]],
+"f": ["input", ["attack", ["none", "north", "south", "east", "west"]]],
+"F": ["input", ["attack", ["none"]]],
"W": ["input", ["attack", ["north"]]],
"S": ["input", ["attack", ["south"]]],
"D": ["input", ["attack", ["east"]]],