summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/settings/052_monster_glyphs.txt31
-rw-r--r--crawl-ref/source/mon-data.h2
2 files changed, 32 insertions, 1 deletions
diff --git a/crawl-ref/settings/052_monster_glyphs.txt b/crawl-ref/settings/052_monster_glyphs.txt
new file mode 100644
index 0000000000..091890a9f7
--- /dev/null
+++ b/crawl-ref/settings/052_monster_glyphs.txt
@@ -0,0 +1,31 @@
+# With current Dungeon Crawl Stone Soup trunk (tentatively
+# titled 0.6), there has been a new shift of glyphs and
+# colours. Some demons have been promoted, and others have
+# been demoted, while queen monsters have been moved into
+# their relevant non-queen glyph.
+
+###########################
+# monsters
+###########################
+
+# bees
+mon_glyph = killer bee : yellow
+mon_glyph = queen bee : yellow Q
+
+# ants/cockroaches
+mon_glyph = queen ant : lightgrey Q
+mon_glyph = giant cockroach : brown a
+
+# hybrids
+mon_glyph = minotaur : red t
+
+# spiders
+mon_glyph = trapdoor spider : brown
+mon_glyph = wolf spider : brown
+
+# tier 4 demons
+mon_glpyh = smoke demon : lightgrey 4
+
+# tier 3 demons
+mon_glyph = hellion : fire 3
+mon_glyph = ynoxinul : cyan 3
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 6736603b5d..5bbdd504c7 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1480,7 +1480,7 @@ static monsterentry mondata[] = {
},
{
- MONS_SCORPION, 's', LIGHTGREY, "scorpion",
+ MONS_SCORPION, 's', YELLOW, "scorpion",
M_NO_SKELETON,
MR_VUL_POISON,
500, 10, MONS_SCORPION, MONS_SCORPION, MH_NATURAL, -3,