From 0c8eb598ddd5091c900debc972c4607916a5e2e3 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 14 Jan 2018 21:27:46 +0100 Subject: added rats as source of seeds. fixed default char error. brought WASD for directional attacks back --- asciifarm/charmaps/fullwidth.json | 1 + 1 file changed, 1 insertion(+) (limited to 'asciifarm/charmaps/fullwidth.json') diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 69370c3..66c35e7 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -33,6 +33,7 @@ "fence": ["#", 3], "armour": ["[", 7], "wound": [" ", 7, 1], + "rat": ["r",7], " ": [" ", 7] }, "default": ["?", 7], -- cgit