summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 15:53:13 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 15:53:13 +0000
commit87616cef0d3617cd349edb6641d32d71cdd96b22 (patch)
tree16d737717881351a4854907dc1a78b00540014df /crawl-ref/source/enum.h
parent83a1f5bb1cc5c925d534838556873d714d861f35 (diff)
downloadcrawl-ref-87616cef0d3617cd349edb6641d32d71cdd96b22.tar.gz
crawl-ref-87616cef0d3617cd349edb6641d32d71cdd96b22.zip
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
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
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}