From 358edd6228b76ca77afa2c77e024bef6f2bc4295 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 25 Sep 2008 21:04:55 +0000 Subject: 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 --- crawl-ref/source/acr.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/acr.cc') 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; -- cgit v1.2.3-54-g00ecf