From 06782d0076d54c4ff595193a088a1f15a9533d43 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 12 Jan 2018 15:49:37 +0100 Subject: made wounds that flash the background red when an entity is attacked --- asciifarm/charmaps/default.json | 1 + asciifarm/charmaps/fullwidth.json | 1 + 2 files changed, 2 insertions(+) (limited to 'asciifarm') 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], -- cgit