summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-20 06:27:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-20 06:27:45 +0000
commit1c9f524503622db5774b18a6fca37b71739a5946 (patch)
tree596097c8a5e401dc43af67775ba413d8c78e4ab2 /crawl-ref/source/acr.cc
parentef8244d0e573681f0d136a3837ee1849e423de5e (diff)
downloadcrawl-ref-1c9f524503622db5774b18a6fca37b71739a5946.tar.gz
crawl-ref-1c9f524503622db5774b18a6fca37b71739a5946.zip
for consistency, tweak Vehumet's starting message to mention his name
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2881 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 5127bb33a6..c01606343e 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -324,7 +324,7 @@ static void god_greeting_message( bool game_start )
simple_god_message( " says: A new plaything!" );
break;
case GOD_VEHUMET:
- god_speaks( you.religion, "Let it end in hellfire!");
+ simple_god_message(" says: Let it end in hellfire!");
break;
case GOD_OKAWARU:
simple_god_message(" says: Welcome, disciple.");