From 2fbcfdf08656a6d5fea6f24cf42ab223f7b0934c Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 31 Dec 2008 23:51:49 +0000 Subject: Added the new monster "test spawner", an unkillable, stationary monster which does nothing but cast Shadow Creatures over and over. If there's a randomly occuring, hard to reproduce monster bug then run crawl -arena "test spawner v test spawner" and wait for the endless hordes of battling monster to eventually reproduce it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8067 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 46d7faa90a..c4f0e87a38 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1992,6 +1992,9 @@ enum monster_type // (int) menv[].type MONS_SILVER_STATUE, MONS_ICE_STATUE, + // Testing monsters + MONS_TEST_SPAWNER, + NUM_MONSTERS, // used for polymorph RANDOM_MONSTER = 1000, // used to distinguish between a random monster and using program bugs for error trapping {dlb} @@ -2200,6 +2203,7 @@ enum mon_spellbook_type MST_CURSE_TOE, MST_RUPERT, // 135 MST_ICE_STATUE, + MST_TEST_SPAWNER, NUM_MSTYPES, MST_NO_SPELLS = 250 }; -- cgit v1.2.3-54-g00ecf