summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-25 21:04:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-25 21:04:55 +0000
commit358edd6228b76ca77afa2c77e024bef6f2bc4295 (patch)
tree9382b59b6b4f40453f7befd593c512919ecff907 /crawl-ref/source/acr.cc
parent1e68e1b5e7c55a8607c1a3626fdaa8c421bdb737 (diff)
downloadcrawl-ref-358edd6228b76ca77afa2c77e024bef6f2bc4295.tar.gz
crawl-ref-358edd6228b76ca77afa2c77e024bef6f2bc4295.zip
Yred flavor, part 2: add new greeting message (parially mine, partially
dploog's). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6991 c06c8d41-db1a-0410-9941-cceddc491573
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;