From 25f7b56428775b27b423ce8d5b6dd866c3c61e6d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 8 Jan 2009 13:18:05 +0000 Subject: Make Nessos more dangerous (and thus, more interesting). Still needs speech. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8328 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-spll.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (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 ad4783c30d..03a5e55b3e 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -1010,7 +1010,7 @@ { MST_ILSUIW, { - SPELL_THROW_FROST, // was: SPELL_CONFUSED + SPELL_THROW_FROST, // was: SPELL_CONFUSED (jpeg) SPELL_SLOW, SPELL_INVISIBILITY, SPELL_BLINK, @@ -1030,6 +1030,17 @@ } }, + { MST_NESSOS, + { + SPELL_NO_SPELL, + SPELL_NO_SPELL, + SPELL_HASTE, + SPELL_ANIMATE_DEAD, + SPELL_NO_SPELL, + SPELL_NO_SPELL + } + }, + { MST_GERYON, { SPELL_SUMMON_BEAST, -- cgit v1.2.3-54-g00ecf