From af0259ad5115dd8ca2042ad6be48bd3bd665206c Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 20 Jan 2019 14:33:09 +0100 Subject: made rain possible --- asciifarm/charmaps/halfwidth.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'asciifarm/charmaps/halfwidth.json') diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json index 2dae1c8..a0a70b2 100644 --- a/asciifarm/charmaps/halfwidth.json +++ b/asciifarm/charmaps/halfwidth.json @@ -38,8 +38,9 @@ "armour": ["[", 7], "wound": [" ", 7, 1], "rat": ["r", 7], - "closeddoor": ["+",1 ,3], - "opendoor": ["\"",3 ], + "closeddoor": ["+",1, 3], + "opendoor": ["\"", 3], + "raindrop": [":", 12], " ": [" ", 7] }, "writable": { -- cgit