summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-02 19:38:18 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-02 19:38:18 -0600
commit26d303da422033aba61e9a8bd7e894ccc8ac5574 (patch)
treeaef50aeb492576c13ea70ef0c4d490fe07162e36 /crawl-ref
parent4ce1e36fd9770925173973f1a53b70dae4eebcdf (diff)
downloadcrawl-ref-26d303da422033aba61e9a8bd7e894ccc8ac5574.tar.gz
crawl-ref-26d303da422033aba61e9a8bd7e894ccc8ac5574.zip
Add formatting fix.
Diffstat (limited to 'crawl-ref')
-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);
}