summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 935b0bd4ff..d4d2bc673a 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -2070,13 +2070,13 @@ bool monster_polymorph(monsters *monster, monster_type targetc,
else if (targetc == MONS_PULSATING_LUMP)
str_polymon = " degenerates into ";
else if (you.religion == GOD_JIYVA
- && (targetc == MONS_OOZE
+ && (targetc == MONS_DEATH_OOZE
+ || targetc == MONS_OOZE
|| targetc == MONS_JELLY
|| targetc == MONS_BROWN_OOZE
- || targetc == MONS_ACID_BLOB
- || targetc == MONS_GIANT_AMOEBA
|| targetc == MONS_SLIME_CREATURE
- || targetc == MONS_DEATH_OOZE
+ || targetc == MONS_GIANT_AMOEBA
+ || targetc == MONS_ACID_BLOB
|| targetc == MONS_AZURE_JELLY))
{
// Message used for the Slimify ability.