summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-13 14:25:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-13 14:25:02 +0000
commitf318a3d8c4a05ab0b3f815567723250b82b9e60d (patch)
treec0240cc084b33ab77f61d23492a972482bf06e1d /crawl-ref/source/ghost.cc
parentb18feb600cbda9edcccaeac0dd1c36ae2e24b6a0 (diff)
downloadcrawl-ref-f318a3d8c4a05ab0b3f815567723250b82b9e60d.tar.gz
crawl-ref-f318a3d8c4a05ab0b3f815567723250b82b9e60d.zip
Add "Summon Ice Beast" to the list of player ghost spells.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5021 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 d9ef6e234e..3681aea8c7 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -70,6 +70,7 @@ static spell_type search_order_third[] = {
SPELL_DEMONIC_HORDE,
SPELL_HASTE,
SPELL_SUMMON_UGLY_THING,
+ SPELL_SUMMON_ICE_BEAST,
SPELL_ANIMATE_DEAD,
SPELL_INVISIBILITY,
SPELL_CALL_IMP,