summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 19:49:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 19:49:01 +0000
commit01fe8d9fc1ecb9ecdfe81ab0547d56c25a320382 (patch)
tree9c0bf376f826930e798adec5e2bd8f0515db19eb /crawl-ref/source/monplace.cc
parent6d7627cb65e54dae22237da82ea076bf17b1f9b7 (diff)
downloadcrawl-ref-01fe8d9fc1ecb9ecdfe81ab0547d56c25a320382.tar.gz
crawl-ref-01fe8d9fc1ecb9ecdfe81ab0547d56c25a320382.zip
Forward-port 0.5 r10272 to trunk (except that Dissolution actually gets
the Slime God as its god), and add a few minor cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10273 c06c8d41-db1a-0410-9941-cceddc491573
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 d5a682c4b9..ed018183aa 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1059,6 +1059,9 @@ static int _place_monster_aux(const mgen_data &mg,
case MONS_ORC:
menv[id].god = GOD_BEOGH;
break;
+ case MONS_JELLY:
+ menv[id].god = GOD_JIYVA;
+ break;
case MONS_MUMMY:
case MONS_DRACONIAN:
case MONS_ELF: