summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-21 21:49:57 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-21 21:49:57 +0200
commit10cffb19a8667ff227f3a47010097e150a54b761 (patch)
tree64cab413fdded8f8689ffa86f2fa71fdc1ef1416 /crawl-ref/source/message.cc
parent1995a2a6436f8a2d3216634f24d5ed76d97327e2 (diff)
downloadcrawl-ref-10cffb19a8667ff227f3a47010097e150a54b761.tar.gz
crawl-ref-10cffb19a8667ff227f3a47010097e150a54b761.zip
Tentatively color Chronos lightcyan.
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 1bb4050dad..19963af361 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -238,9 +238,8 @@ static char god_message_altar_colour( god_type god )
case GOD_LUGONU:
return (LIGHTRED);
- /* FIXME: This isn't the final decision for this one. */
case GOD_CHRONOS:
- return (DARKGREY);
+ return (LIGHTCYAN);
case GOD_JIYVA:
return (coinflip() ? GREEN : LIGHTGREEN);