summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-18 21:27:17 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-18 21:31:30 -0600
commite4a45e0efc7dcc5d9dd13d83bbb6e2406baa686d (patch)
tree88637901233ffb2b3d03ac2fe9e46578a8487e16 /crawl-ref/source/spl-data.h
parent848b22d8243f7b871ac6dbf120debeb97eb908f1 (diff)
downloadcrawl-ref-e4a45e0efc7dcc5d9dd13d83bbb6e2406baa686d.tar.gz
crawl-ref-e4a45e0efc7dcc5d9dd13d83bbb6e2406baa686d.zip
Mark Summon Swarm as chaotic, since it can summon chaotic monsters.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 00f57497cf..9a66772be5 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -640,7 +640,7 @@
{
SPELL_SUMMON_SWARM, "Summon Swarm",
SPTYP_SUMMONING,
- SPFLAG_BATTLE, // rod of summoning, and Xom may cast this.
+ SPFLAG_CHAOTIC | SPFLAG_BATTLE,
6,
200,
-1, -1,