From 5e12a9ed28154407ee0453913d74bcc9366fe2df Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 1 Jan 2018 23:52:04 +0100 Subject: gave armour the '[' character --- asciifarm/charmaps/default.json | 1 + asciifarm/charmaps/fullwidth.json | 1 + 2 files changed, 2 insertions(+) (limited to 'asciifarm/charmaps') diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index c815866..a52f642 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -31,6 +31,7 @@ "smallbridge": ["=", 3,4], "entry": ["%", 7], "fence": ["#", 3], + "armour": ["[", 7], " ": [" ", 7] }, "default": ["?", 7], diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index c67fcc6..174fbd1 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -31,6 +31,7 @@ "smallbridge": ["=", 3,4], "entry": ["%", 7], "fence": ["#", 3], + "armour": ["[", 7], " ": [" ", 7] }, "default": ["?", 7], -- cgit