From 0650cb7c5d9f3538143bfdd1c4a75c27dc86e17c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 22 Sep 2009 10:42:23 +0000 Subject: Add new unique Gastronok (slug wizard), via a patch by bookofjude and some tweaks to make his speech and casting work correctly. Turns up around the same time as Erolcha and Grum. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10774 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-spll.h | 13 +++++++++++++ 1 file changed, 13 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 cb44ce64c7..559d56b8da 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -1101,6 +1101,18 @@ } }, + { MST_GASTRONOK, + { + SPELL_AIRSTRIKE, + SPELL_SLOW, + SPELL_CANTRIP, + SPELL_MAGIC_DART, + SPELL_CANTRIP, + SPELL_SUMMON_SMALL_MAMMALS, + } + }, + + // demon lords { MST_GERYON, { SPELL_SUMMON_BEAST, @@ -1200,6 +1212,7 @@ } }, + // fake spell for monsters berserking when fleeing { MST_BERSERK_ESCAPE, { SPELL_NO_SPELL, -- cgit v1.2.3-54-g00ecf