summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.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-spll.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-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index aeb3b0125d..4c0befd8d3 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -1253,6 +1253,17 @@
}
},
+ { MST_DISSOLUTION,
+ {
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_SUMMON_EYEBALLS,
+ SPELL_NO_SPELL,
+ SPELL_SUMMON_EYEBALLS
+ }
+ },
+
{ MST_TEST_SPAWNER,
{
SPELL_SHADOW_CREATURES,