summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-31 21:28:05 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-31 21:33:34 -0700
commit838f727e50f8fe6fd7f906f2bfb0d120ab0ac62a (patch)
tree52615508832f035db4ba660c55e84df6c84883f0 /crawl-ref/source/mon-spll.h
parent6a83109defc1ef0639d5a9296b1f1d8263a91c81 (diff)
downloadcrawl-ref-838f727e50f8fe6fd7f906f2bfb0d120ab0ac62a.tar.gz
crawl-ref-838f727e50f8fe6fd7f906f2bfb0d120ab0ac62a.zip
Add the new monster spell 'Corrosive Bolt'
As part of the continuing quest to add more acid to more places. For now, it's on deep elf sorcerers (replacing b. draining), tengu reavers (replacing one of the venom bolts in one of their spellbooks), and a./liches (replacing the bolt of draining in one of their spellbooks).
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index c3ae8f9276..8d198bfc85 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -123,7 +123,7 @@
{ MST_LICH_III,
{
- SPELL_BOLT_OF_DRAINING,
+ SPELL_CORROSIVE_BOLT,
SPELL_SLOW,
SPELL_INVISIBILITY,
SPELL_THROW_ICICLE,
@@ -662,7 +662,7 @@
{ MST_DEEP_ELF_SORCERER,
{
- SPELL_BOLT_OF_DRAINING,
+ SPELL_CORROSIVE_BOLT,
SPELL_BANISHMENT,
SPELL_HASTE,
SPELL_SUMMON_DEMON,
@@ -2040,7 +2040,7 @@
{ MST_TENGU_REAVER_III,
{
SPELL_VENOM_BOLT,
- SPELL_VENOM_BOLT,
+ SPELL_CORROSIVE_BOLT,
SPELL_BATTLESPHERE,
SPELL_POISONOUS_CLOUD,
SPELL_BATTLESPHERE,