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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 3c813f0a8c..0bfb9a0938 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -69,7 +69,7 @@ static spell_type search_order_conj[] = {
SPELL_SANDBLAST,
SPELL_MAGIC_DART,
SPELL_HIBERNATION,
- SPELL_BACKLIGHT,
+ SPELL_CORONA,
SPELL_NO_SPELL, // end search
};
@@ -114,7 +114,7 @@ static spell_type search_order_misc[] = {
SPELL_TELEPORT_OTHER,
// 10
SPELL_DIG,
- SPELL_BACKLIGHT,
+ SPELL_CORONA,
SPELL_NO_SPELL, // end search
};