summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 418a8dfae5..f6f863a785 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -265,6 +265,7 @@ bool is_chaotic_spell(spell_type spell, god_type god)
return (spell == SPELL_POLYMORPH_OTHER
|| spell == SPELL_ALTER_SELF
|| spell == SPELL_SUMMON_UGLY_THING
+ || spell == SPELL_MIASMA
|| spell == SPELL_PORKALATOR);
}