summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 07:08:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 07:08:06 +0000
commit6e0782d31cbb3ff5b87b059264df6fe8f09a69df (patch)
tree50758bed15b5ab9f300fe25c3cab06319c9b76f3 /crawl-ref/source/ghost.cc
parent145e46fadae9d99f1a002450fdf4fd9356bfced4 (diff)
downloadcrawl-ref-6e0782d31cbb3ff5b87b059264df6fe8f09a69df.tar.gz
crawl-ref-6e0782d31cbb3ff5b87b059264df6fe8f09a69df.zip
Implement the monster equivalent of Summon Scorpions, and add it to the
ghost spell list. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5693 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index b6d2f02ec5..0cafd86dbe 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -74,6 +74,7 @@ static spell_type search_order_third[] = {
SPELL_ANIMATE_DEAD,
// 10
SPELL_INVISIBILITY,
+ SPELL_SUMMON_SCORPIONS,
SPELL_CALL_IMP,
SPELL_SUMMON_SMALL_MAMMALS,
SPELL_CONTROLLED_BLINK,