summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 3e92777930..8c947fb4d7 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -164,6 +164,7 @@ static char god_message_altar_colour( char god )
return (CYAN);
case GOD_YREDELEMNUL:
+ case GOD_BEOGH:
return (coinflip() ? DARKGREY : RED);
case GOD_KIKUBAAQUDGHA: