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 f4de428b41..a8e12ad76f 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -382,6 +382,9 @@ static void _god_greeting_message(bool game_start)
case GOD_BEOGH:
simple_god_message(" says: Drown the unbelievers in a sea of blood!");
break;
+ case GOD_JIYVA:
+ god_speaks(you.religion, "Slime for the Slime God!");
+ break;
case GOD_NO_GOD:
case NUM_GODS:
case GOD_RANDOM: