summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-23 22:24:01 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-23 22:24:01 +0000
commit125a4144b8aa5d2c4e6118d6ccec994797a6543a (patch)
treef51341e3547727229eca783375636ac0429a2637 /crawl-ref/source
parent2b26e96225ab27c37e0a7efaea30a2a2eb0fe34f (diff)
downloadcrawl-ref-125a4144b8aa5d2c4e6118d6ccec994797a6543a.tar.gz
crawl-ref-125a4144b8aa5d2c4e6118d6ccec994797a6543a.zip
Added Lugonu greeting message (Jovann)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2527 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index a06ec79950..16e88232ef 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -309,6 +309,9 @@ int main( int argc, char *argv[] )
case GOD_ELYVILON:
simple_god_message( " says: Go forth and aid the weak!" );
break;
+ case GOD_LUGONU:
+ simple_god_message( " says: Spread carnage and corruption!");
+ break;
case GOD_BEOGH:
simple_god_message(
" says: Drown the unbelievers in a sea of blood!");