summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 12:57:59 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 12:57:59 -0600
commit5204dd771008a235eeec188fd6e6613b0c6a63ed (patch)
tree284702a920fc29758bb9181e9e23ef3a62e6d5bc /crawl-ref/source/goditem.cc
parent7d7193d1f2df18b6b5a0e0558cd5456d878df04a (diff)
downloadcrawl-ref-5204dd771008a235eeec188fd6e6613b0c6a63ed.tar.gz
crawl-ref-5204dd771008a235eeec188fd6e6613b0c6a63ed.zip
Since Corpse Rot causes rotting, mark it as a chaotic spell too.
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