summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-26 01:29:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-26 01:29:17 +0000
commitd4b3b00c17d958e0677eff4ba18a75f927efda55 (patch)
tree1fa9df40e9c37db8c9dbcf5e7eeac1bf0c586be2 /crawl-ref/source/ghost.cc
parent00ee106a30bfd18c793a6a21dda7ccc90e57c5a7 (diff)
downloadcrawl-ref-d4b3b00c17d958e0677eff4ba18a75f927efda55.tar.gz
crawl-ref-d4b3b00c17d958e0677eff4ba18a75f927efda55.zip
Make Sandblast available to player ghosts and random Pandemonium demons,
as Shock already is. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9552 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 4682d7bd20..5d766fda7b 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -56,6 +56,7 @@ static spell_type search_order_conj[] = {
SPELL_STING,
// 20
SPELL_SHOCK,
+ SPELL_SANDBLAST,
SPELL_MAGIC_DART,
SPELL_SLEEP,
SPELL_BACKLIGHT,