summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-06 17:09:25 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-06 17:12:15 +1000
commit3aa8195291e6770242fe483fba2596215960a3ae (patch)
treefc90e69ee45c33bfecf471d1ca42985988d1c3e3 /crawl-ref/source/mon-data.h
parentabc1c21beac74651d1a328c6846dc37aec0c016e (diff)
downloadcrawl-ref-3aa8195291e6770242fe483fba2596215960a3ae.tar.gz
crawl-ref-3aa8195291e6770242fe483fba2596215960a3ae.zip
Give Dissolution "Summon Eyeballs" spell (dpeg).
Though do not actually give him the actual_spells flag. Instead, treat the slimes as gifts from Jiyva. Flavour messages could use a tweak.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 264c067527..bfb1c95ab8 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4057,12 +4057,12 @@ static monsterentry mondata[] = {
{
MONS_DISSOLUTION, 'J', LIGHTMAGENTA, "Dissolution",
M_UNIQUE | M_NO_SKELETON | M_SENSE_INVIS | M_ACID_SPLASH | M_BURROWS
- | M_PRIEST | M_SPEAKS,
+ | M_PRIEST | M_SPEAKS | M_SPELLCASTER,
MR_RES_POISON | MR_RES_ASPHYX | mrd(MR_RES_ACID, 3),
0, 11, MONS_JELLY, MONS_DISSOLUTION, MH_NATURAL, -7,
{ {AT_HIT, AF_ACID, 50}, {AT_HIT, AF_ACID, 30}, AT_NO_ATK, AT_NO_ATK },
{ 12, 0, 0, 180 },
- 10, 1, MST_NO_SPELLS, CE_POISONOUS, Z_NOZOMBIE, S_SILENT, I_NORMAL,
+ 10, 1, MST_DISSOLUTION, CE_POISONOUS, Z_NOZOMBIE, S_SILENT, I_NORMAL,
HT_LAND, FL_NONE, 8, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_ITEMS, SIZE_LARGE
},