From f4a0665730ee11070a9b32c963a0368b3c7f982f Mon Sep 17 00:00:00 2001 From: evktalo Date: Tue, 11 Aug 2009 16:16:58 +0000 Subject: Add a new unique mummy, Menkaure, and three new ossuaries. All courtesy of due. Also added a tile for Menkaure, and made him generate in the dungeon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10515 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 e859034c69..aadc32096f 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -999,6 +999,17 @@ } }, + { MST_MENKAURE, + { + SPELL_PAIN, + SPELL_NO_SPELL, + SPELL_HASTE, + SPELL_NO_SPELL, + SPELL_NO_SPELL, + SPELL_NO_SPELL + } + }, + { MST_EUSTACHIO, { SPELL_SUMMON_SMALL_MAMMALS, -- cgit v1.2.3-54-g00ecf