From 56af1337af9c9cf27a4ca3ed4e3cb94bfcbdb9dc Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 7 Nov 2017 19:07:34 +0100 Subject: improved combat system to include defense; made armour a thing --- asciifarm/charmaps/fullwidth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/charmaps/fullwidth.json') diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index a9fa4c0..40b1912 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -1,6 +1,6 @@ { "mapping":{ - "tree": ["%",0,2], + "tree": ["T",0,2], "wall": ["#",7,8], "rock": ["X",7,8], "stone": ["o",7], -- cgit