summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
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 d33cf807a0..0bbb45fb9b 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -89,14 +89,15 @@ static spell_type search_order_misc[] = {
SPELL_AGONY,
SPELL_BANISHMENT,
SPELL_FREEZING_CLOUD,
+ SPELL_DISPEL_UNDEAD,
SPELL_PARALYSE,
SPELL_CONFUSE,
SPELL_MEPHITIC_CLOUD,
SPELL_SLOW,
SPELL_POLYMORPH_OTHER,
SPELL_TELEPORT_OTHER,
- SPELL_DIG,
/* 10 */
+ SPELL_DIG,
SPELL_BACKLIGHT,
SPELL_NO_SPELL, // end search
};