summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 23:51:49 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 23:51:49 +0000
commit2fbcfdf08656a6d5fea6f24cf42ab223f7b0934c (patch)
treed49d8892a7acb6a28b2bc5c3e520322b5d1b6f64 /crawl-ref/source/mon-spll.h
parent6e01ad4051e824734f3ac60ed6ad3c414e70a9fe (diff)
downloadcrawl-ref-2fbcfdf08656a6d5fea6f24cf42ab223f7b0934c.tar.gz
crawl-ref-2fbcfdf08656a6d5fea6f24cf42ab223f7b0934c.zip
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
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 3d9a82bc42..fed39f962b 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -1068,6 +1068,17 @@
SPELL_SUMMON_ICE_BEAST,
SPELL_SUMMON_ICE_BEAST
}
+ },
+
+ { MST_TEST_SPAWNER,
+ {
+ SPELL_SHADOW_CREATURES,
+ SPELL_SHADOW_CREATURES,
+ SPELL_SHADOW_CREATURES,
+ SPELL_SHADOW_CREATURES,
+ SPELL_SHADOW_CREATURES,
+ SPELL_SHADOW_CREATURES
+ }
}
#endif