summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 01:21:28 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 01:21:28 -0600
commitcb5fbd4ea61dc49c1c2587971fa486563a92a913 (patch)
tree639f030d34e62d13b19200fb4aef37ef5e6b2520 /crawl-ref/source/enum.h
parent3aa8195291e6770242fe483fba2596215960a3ae (diff)
downloadcrawl-ref-cb5fbd4ea61dc49c1c2587971fa486563a92a913.tar.gz
crawl-ref-cb5fbd4ea61dc49c1c2587971fa486563a92a913.zip
Increase the value of MST_TEST_SPAWNER to not conflict with
MST_DISSOLUTION.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index d2dca00607..961eedf183 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2060,7 +2060,7 @@ enum monster_type // (int) menv[].type
MONS_NIKOLA, // 470
// New set of monsters {november, 2009}
- MONS_GOLDEN_EYE,
+ MONS_GOLDEN_EYE,
// Testing monsters
MONS_TEST_SPAWNER,
@@ -2303,7 +2303,7 @@ enum mon_spellbook_type
MST_NIKOLA,
MST_DISSOLUTION,
- MST_TEST_SPAWNER = 170,
+ MST_TEST_SPAWNER = 200,
NUM_MSTYPES,
MST_NO_SPELLS = 250
};