summaryrefslogtreecommitdiff
path: root/charmaps/halfwidth.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-26 00:32:04 +0200
committertroido <troido@protonmail.com>2020-09-26 00:32:04 +0200
commit7e265f496d6053bacc2b3ad89140aecc4d454079 (patch)
tree07682a90bbd820ef9e82e9cb697824cebb0721c9 /charmaps/halfwidth.json
parent36b3ad73e751e68ecb4b279b1119cd588f2c9baa (diff)
don't send null as empty direction
Diffstat (limited to 'charmaps/halfwidth.json')
-rw-r--r--charmaps/halfwidth.json4
1 files changed, 3 insertions, 1 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],