summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-22 15:21:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-22 15:21:55 +0000
commit342644a1df21f8426a0786b114833342847784cd (patch)
treefc749354fe6f32d93db0b9b5b96349cf26e087cb /crawl-ref/source/ghost.cc
parent0650cb7c5d9f3538143bfdd1c4a75c27dc86e17c (diff)
downloadcrawl-ref-342644a1df21f8426a0786b114833342847784cd.tar.gz
crawl-ref-342644a1df21f8426a0786b114833342847784cd.zip
Let player ghosts and random Pandemonium demons cast Airstrike.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10775 c06c8d41-db1a-0410-9941-cceddc491573
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,