summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 11:35:02 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 11:35:02 -0600
commitaaf3800ab38bda92fdbfbc7ec3f440b8addfc620 (patch)
tree9ead2e69837a59d82dd0271487d698447f000d26 /crawl-ref/source/goditem.cc
parent9e4097d1feda1a12a41ba8e1c05b693bd3729abe (diff)
downloadcrawl-ref-aaf3800ab38bda92fdbfbc7ec3f440b8addfc620.tar.gz
crawl-ref-aaf3800ab38bda92fdbfbc7ec3f440b8addfc620.zip
Since miasma causes rotting, add it to the list of chaotic spells.
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 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);
}