From 7e265f496d6053bacc2b3ad89140aecc4d454079 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 00:32:04 +0200 Subject: don't send null as empty direction --- charmaps/halfwidth.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'charmaps') 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], -- cgit