diff options
| author | troido <troido@hotmail.com> | 2018-01-12 15:49:37 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-12 15:49:37 +0100 |
| commit | 06782d0076d54c4ff595193a088a1f15a9533d43 (patch) | |
| tree | 2fbb08905aeca723981e6d1929d95b1c317d2979 | |
| parent | e15a7ee87517e47613473f0a3fcb7fc68f112849 (diff) | |
made wounds that flash the background red when an entity is attacked
| -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 a52f642..4b0cdb3 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -32,6 +32,7 @@ "entry": ["%", 7], "fence": ["#", 3], "armour": ["[", 7], + "wound": [" ", 7, 1], " ": [" ", 7] }, "default": ["?", 7], diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 174fbd1..69370c3 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -32,6 +32,7 @@ "entry": ["%", 7], "fence": ["#", 3], "armour": ["[", 7], + "wound": [" ", 7, 1], " ": [" ", 7] }, "default": ["?", 7], |
