summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index f941730d8c..ba07ef0b95 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1388,10 +1388,16 @@ void define_monster(monsters &mons)
case MONS_BUTTERFLY:
case MONS_SPATIAL_VORTEX:
case MONS_KILLER_KLOWN:
+ if (col != BLACK) // maybe overwritten by the mon_glyph option
+ break;
+
col = random_colour();
break;
case MONS_GILA_MONSTER:
+ if (col != BLACK) // maybe overwritten by the mon_glyph option
+ break;
+
temp_rand = random2(7);
col = (temp_rand >= 5 ? LIGHTRED : // 2/7