summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-05 17:53:38 -0330
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:58:15 -0700
commitdeec9291c5503f518b7127bdec05539ef8fff0e4 (patch)
tree2c0fe9995aa5716e4aa8dc88487c213615af7e6d /crawl-ref/source/ghost.cc
parentddf16dbc89deb131721b4c9735e818f3cc35aea0 (diff)
downloadcrawl-ref-deec9291c5503f518b7127bdec05539ef8fff0e4.tar.gz
crawl-ref-deec9291c5503f518b7127bdec05539ef8fff0e4.zip
Let Spellforged Servitors also cast Bolt of Draining
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 0418dff169..dfccb82203 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -1056,6 +1056,7 @@ static spell_type servitor_spells_primary[] =
SPELL_POISON_ARROW,
SPELL_LIGHTNING_BOLT,
SPELL_BOLT_OF_MAGMA,
+ SPELL_BOLT_OF_DRAINING,
SPELL_VENOM_BOLT,
SPELL_THROW_ICICLE,
SPELL_ISKENDERUNS_MYSTIC_BLAST,