From aaf3800ab38bda92fdbfbc7ec3f440b8addfc620 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 9 Nov 2009 11:35:02 -0600 Subject: Since miasma causes rotting, add it to the list of chaotic spells. --- 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 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); } -- cgit v1.2.3-54-g00ecf