summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-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 721fd28e31..940954b816 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -296,6 +296,9 @@ int main( int argc, char *argv[] )
case GOD_ELYVILON:
simple_god_message( " says: Go forth and aid the weak!" );
break;
+ case GOD_BEOGH:
+ simple_god_message( " says: Let disbelievers drown in blood!" );
+ break;
default:
break;
}