summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index ed018183aa..59c1a6ec3a 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1080,6 +1080,9 @@ static int _place_monster_aux(const mgen_data &mg,
if (!one_chance_in(7))
menv[id].god = GOD_BEOGH;
}
+ // The royal jelly belongs to Jiyva.
+ else if (mg.cls == MONS_ROYAL_JELLY)
+ menv[id].god = GOD_JIYVA;
// Angels and Daevas belong to TSO, but 1 out of 7 in the Abyss are
// adopted by Xom.
else if (mons_class_holiness(mg.cls) == MH_HOLY)