summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index b41c3a70f4..f51d67d2eb 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -263,6 +263,7 @@ bool is_chaotic_spell(spell_type spell, god_type god)
UNUSED(god);
return (spell == SPELL_POLYMORPH_OTHER
+ || spell == SPELL_CORPSE_ROT
|| spell == SPELL_ALTER_SELF
|| spell == SPELL_SUMMON_UGLY_THING
|| spell == SPELL_MIASMA