summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-21 19:22:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-21 19:22:57 +0000
commit255a87294945d9779eba389074a11a32dd56c784 (patch)
treec2083ae26d5637d6303748940569ba818164a959 /crawl-ref/source/message.cc
parenta1792c303b15abc726cf833a3b2658ce38b0a2ac (diff)
downloadcrawl-ref-255a87294945d9779eba389074a11a32dd56c784.tar.gz
crawl-ref-255a87294945d9779eba389074a11a32dd56c784.zip
Added some tweaks to Beogh:
- now penance for attacking followers - permanent friendlies don't pick up stuff any more - different altar colour git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1617 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 487fedb422..781adbc659 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -164,9 +164,11 @@ static char god_message_altar_colour( char god )
return (CYAN);
case GOD_YREDELEMNUL:
- case GOD_BEOGH:
return (coinflip() ? DARKGREY : RED);
+ case GOD_BEOGH:
+ return (coinflip() ? BROWN : LIGHTRED);
+
case GOD_KIKUBAAQUDGHA:
return (DARKGREY);