summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monster.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 06313d62bb..fd448b8fee 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -2785,8 +2785,8 @@ bool monsters::is_chaotic() const
return (true);
if (has_spell(SPELL_POLYMORPH_OTHER)
- || has_spell(SPELL_PORKALATOR)
- || has_spell(SPELL_SUMMON_UGLY_THING))
+ || has_spell(SPELL_SUMMON_UGLY_THING)
+ || has_spell(SPELL_PORKALATOR))
{
return (true);
}