summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-13 13:07:02 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-13 20:43:59 +0100
commit6b9548eb3df8a83b90f5d8ed6822b806719dd137 (patch)
tree690ddf057359bcf775b480d9b8f1bb26393e2d5d /crawl-ref/settings
parent9a308a7dd9f9abb274e2024d41239c587dd7eb77 (diff)
downloadcrawl-ref-6b9548eb3df8a83b90f5d8ed6822b806719dd137.tar.gz
crawl-ref-6b9548eb3df8a83b90f5d8ed6822b806719dd137.zip
Make merged slime creatures light green, acid blobs light cyan.
You can override that, both the colour and the glyph. The code is exceedingly hairy (the check is tripled!), thanks to glyphs sometimes stored as character:colour, sometimes as type:colour.
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/052_monster_glyphs.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/crawl-ref/settings/052_monster_glyphs.txt b/crawl-ref/settings/052_monster_glyphs.txt
index 091890a9f7..563b1b9205 100644
--- a/crawl-ref/settings/052_monster_glyphs.txt
+++ b/crawl-ref/settings/052_monster_glyphs.txt
@@ -24,8 +24,13 @@ mon_glyph = trapdoor spider : brown
mon_glyph = wolf spider : brown
# tier 4 demons
-mon_glpyh = smoke demon : lightgrey 4
+mon_glyph = smoke demon : lightgrey 4
# tier 3 demons
mon_glyph = hellion : fire 3
mon_glyph = ynoxinul : cyan 3
+
+# jellies
+mon_glyph = acid blob : lightgreen
+# not in 0.5, but it would conflict with acid blobs
+mon_glyph = merged slime creature : green