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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8a269abacd..b4ddaa5a94 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2058,7 +2058,10 @@ enum monster_type // (int) menv[].type
MONS_GASTRONOK,
MONS_MAURICE,
MONS_KHUFU,
- MONS_NIKOLA,
+ MONS_NIKOLA, // 470
+
+ // New set of monsters {november, 2009}
+ MONS_GOLDEN_EYE,
// Testing monsters
MONS_TEST_SPAWNER,