summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/ghost.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 59b930c765..c92ab83ff4 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -43,14 +43,15 @@ static spell_type search_order_conj[] = {
SPELL_LEHUDIBS_CRYSTAL_SPEAR,
SPELL_FIRE_STORM,
SPELL_ICE_STORM,
+ SPELL_CHAIN_LIGHTNING,
SPELL_BOLT_OF_DRAINING,
SPELL_AGONY,
SPELL_DISINTEGRATE,
SPELL_LIGHTNING_BOLT,
SPELL_AIRSTRIKE,
SPELL_STICKY_FLAME,
- SPELL_ISKENDERUNS_MYSTIC_BLAST,
// 10
+ SPELL_ISKENDERUNS_MYSTIC_BLAST,
SPELL_BOLT_OF_MAGMA,
SPELL_THROW_ICICLE,
SPELL_BOLT_OF_FIRE,
@@ -60,8 +61,8 @@ static spell_type search_order_conj[] = {
SPELL_VENOM_BOLT,
SPELL_IRON_SHOT,
SPELL_STONE_ARROW,
- SPELL_THROW_FLAME,
// 20
+ SPELL_THROW_FLAME,
SPELL_THROW_FROST,
SPELL_PAIN,
SPELL_STING,