diff options
| author | troido <troido@hotmail.com> | 2018-01-14 21:27:46 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-14 21:27:46 +0100 |
| commit | 0c8eb598ddd5091c900debc972c4607916a5e2e3 (patch) | |
| tree | 9758cd3c1951f30ad80f134c737040b9b6ba215f /asciifarm/charmaps | |
| parent | 67bc9545b627c61fb5cfb1eab502d702b83cc488 (diff) | |
added rats as source of seeds. fixed default char error. brought WASD for directional attacks back
Diffstat (limited to 'asciifarm/charmaps')
| -rw-r--r-- | asciifarm/charmaps/default.json | 1 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index 4b0cdb3..39df13b 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -33,6 +33,7 @@ "fence": ["#", 3], "armour": ["[", 7], "wound": [" ", 7, 1], + "rat": ["r", 7], " ": [" ", 7] }, "default": ["?", 7], 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], |
