summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-18 21:25:47 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-18 21:25:47 -0600
commitb356b9a168b3601142ecea18ea655ac3fb3901de (patch)
treec52145c1dbb9183270e82fe4cf790c0ae1d7e367 /crawl-ref/source/ghost.cc
parent48d7d8377e18c1965aa317c464023e09142e9bd2 (diff)
downloadcrawl-ref-b356b9a168b3601142ecea18ea655ac3fb3901de.tar.gz
crawl-ref-b356b9a168b3601142ecea18ea655ac3fb3901de.zip
Add Summon Swarm to the ghost spells, too.
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index c92ab83ff4..e20e7e2317 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -85,11 +85,12 @@ static spell_type search_order_third[] = {
SPELL_SUMMON_DEMON,
SPELL_DEMONIC_HORDE,
SPELL_HASTE,
+ SPELL_SUMMON_SWARM,
SPELL_SUMMON_UGLY_THING,
SPELL_SWIFTNESS,
+// 10
SPELL_SUMMON_ICE_BEAST,
SPELL_ANIMATE_DEAD,
-// 10
SPELL_INVISIBILITY,
SPELL_SUMMON_SCORPIONS,
SPELL_CALL_IMP,