summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
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
};