From cb5fbd4ea61dc49c1c2587971fa486563a92a913 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 6 Nov 2009 01:21:28 -0600 Subject: Increase the value of MST_TEST_SPAWNER to not conflict with MST_DISSOLUTION. --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') 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 }; -- cgit v1.2.3-54-g00ecf