summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2013-08-31 14:51:42 -0500
committerpubby <pubby8@gmail.com>2013-08-31 14:51:42 -0500
commitc4b51221cd6f40f90127768df0e2e1ad7ed7310e (patch)
tree23aecf425b3b5df46efadd959dcc4998e3c4f2b1 /crawl-ref/source/mon-spll.h
parentc7687b137062698118e98d525a0a7e5342262a9a (diff)
downloadcrawl-ref-c4b51221cd6f40f90127768df0e2e1ad7ed7310e.tar.gz
crawl-ref-c4b51221cd6f40f90127768df0e2e1ad7ed7310e.zip
Remove FoVM monster's toxic radiance.
Toxic radiance was changed in trunk, and the new version was problematic for Formicids to use. Because radiance was removed from their spell list, there was no reason for the spell 'mass cure poison' to exist, and thus it was removed. As a replacement, venoma mages get parrow, poison bolt, and stone arrow.
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 45cb35f69d..8a41bb9c68 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -2156,10 +2156,10 @@
{ MST_FORMICID_VENOM_MAGE,
{
- SPELL_OLGREBS_TOXIC_RADIANCE,
- SPELL_OLGREBS_TOXIC_RADIANCE,
- SPELL_NO_SPELL,
- SPELL_MASS_CURE_POISON,
+ SPELL_VENOM_BOLT,
+ SPELL_POISON_ARROW,
+ SPELL_CANTRIP,
+ SPELL_STONE_ARROW,
SPELL_DIG,
SPELL_SHAFT_SELF,
}