summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 20:49:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 20:49:39 +0000
commit3c019579930be9cdff59094b613b68575f895bae (patch)
tree0be601fc5f3184408f31c9d193c0be6e00f0d28e /crawl-ref/source/ghost.cc
parentbb4e61f6310db617e4e4c4ab77b7dfbc2fb93249 (diff)
downloadcrawl-ref-3c019579930be9cdff59094b613b68575f895bae.tar.gz
crawl-ref-3c019579930be9cdff59094b613b68575f895bae.zip
Add "Dispel Undead" to the miscellaneous player ghost spell list.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5067 c06c8d41-db1a-0410-9941-cceddc491573
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
};