From 3aa8195291e6770242fe483fba2596215960a3ae Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 6 Nov 2009 17:09:25 +1000 Subject: 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. --- crawl-ref/source/mon-spll.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'crawl-ref/source/mon-spll.h') 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, -- cgit v1.2.3-54-g00ecf