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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 2e188e3021..e675ff2059 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2093,6 +2093,7 @@ enum monster_type // (int) menv[].type
MONS_GASTRONOK,
MONS_MAURICE,
MONS_KHUFU,
+ MONS_NIKOLA,
// Testing monsters
MONS_TEST_SPAWNER,
@@ -2320,6 +2321,7 @@ enum mon_spellbook_type
MST_GASTRONOK,
MST_MAURICE,
MST_KHUFU,
+ MST_NIKOLA,
MST_TEST_SPAWNER = 170,
NUM_MSTYPES,