From 5204dd771008a235eeec188fd6e6613b0c6a63ed Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 9 Nov 2009 12:57:59 -0600 Subject: Since Corpse Rot causes rotting, mark it as a chaotic spell too. --- crawl-ref/source/goditem.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/goditem.cc') 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 -- cgit v1.2.3-54-g00ecf