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.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 334a05d125..fd24a3d77f 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -46,12 +46,13 @@ static spell_type search_order_conj[] = {
SPELL_AGONY,
SPELL_DISINTEGRATE,
SPELL_LIGHTNING_BOLT,
+ SPELL_AIRSTRIKE,
SPELL_STICKY_FLAME,
SPELL_ISKENDERUNS_MYSTIC_BLAST,
+// 10
SPELL_BOLT_OF_MAGMA,
SPELL_ICE_BOLT,
SPELL_BOLT_OF_FIRE,
-// 10
SPELL_BOLT_OF_COLD,
SPELL_FIREBALL,
SPELL_DELAYED_FIREBALL,
@@ -59,10 +60,10 @@ static spell_type search_order_conj[] = {
SPELL_BOLT_OF_IRON,
SPELL_STONE_ARROW,
SPELL_THROW_FLAME,
+// 20
SPELL_THROW_FROST,
SPELL_PAIN,
SPELL_STING,
-// 20
SPELL_SHOCK,
SPELL_SANDBLAST,
SPELL_MAGIC_DART,