From 340aefa9e1a074ee455ebfbe435ac6bf1c25a19a Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Wed, 30 Aug 2023 07:16:10 +0100 Subject: [PATCH] darkens sapling renderable so it blends in more --- raws/mobs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raws/mobs.json b/raws/mobs.json index e75bb5c..6bb18bd 100644 --- a/raws/mobs.json +++ b/raws/mobs.json @@ -414,7 +414,7 @@ { "id": "ogre", "name": "ogre", - "renderable": { "glyph": "O", "fg": "#00FF00", "bg": "#000000", "order": 1 }, + "renderable": { "glyph": "O", "fg": "#10570d", "bg": "#000000", "order": 1 }, "flags": ["SMALL_GROUP"], "level": 5, "bac": 5,