From 3c019579930be9cdff59094b613b68575f895bae Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 15 May 2008 20:49:39 +0000 Subject: 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 --- crawl-ref/source/ghost.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/ghost.cc') 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 }; -- cgit v1.2.3-54-g00ecf