From 87616cef0d3617cd349edb6641d32d71cdd96b22 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 10 Jan 2009 15:53:13 +0000 Subject: Add yet another unique courtesy of castamir: Dissolution, sentient jelly. Update Credits. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8382 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 0be4723c71..15b24ce7fe 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2003,9 +2003,10 @@ enum monster_type // (int) menv[].type MONS_SAINT_ROKA, MONS_NESSOS, MONS_LERNAEAN_HYDRA, + MONS_DISSOLUTION, // 460 // Testing monsters - MONS_TEST_SPAWNER, // 460 + 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} -- cgit v1.2.3-54-g00ecf