summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index e7a82f98ff..92f3b856b6 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -334,9 +334,11 @@ static void _god_greeting_message( bool game_start )
simple_god_message(" says: Lead the forces of light to victory!");
break;
case GOD_KIKUBAAQUDGHA:
- case GOD_YREDELEMNUL:
simple_god_message(" says: Welcome...");
break;
+ case GOD_YREDELEMNUL:
+ simple_god_message(" says: Carry the black torch! Rouse the idle dead!");
+ break;
case GOD_NEMELEX_XOBEH:
simple_god_message(" says: It's all in the cards!");
break;