From e4a45e0efc7dcc5d9dd13d83bbb6e2406baa686d Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 18 Nov 2009 21:27:17 -0600 Subject: Mark Summon Swarm as chaotic, since it can summon chaotic monsters. --- crawl-ref/source/spl-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-data.h') 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, -- cgit v1.2.3-54-g00ecf