From 1c9f524503622db5774b18a6fca37b71739a5946 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 20 Nov 2007 06:27:45 +0000 Subject: 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 --- crawl-ref/source/acr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/acr.cc') 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."); -- cgit v1.2.3-54-g00ecf