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, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index a4d91768b2..f8fa4f225c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2082,9 +2082,10 @@ enum monster_type // (int) menv[].type
MONS_GRUM,
MONS_PURGY,
MONS_MENKAURE,
- MONS_DUVESSA,
+ MONS_DUVESSA, // 465
MONS_DOWAN,
MONS_GASTRONOK,
+ MONS_MAURICE,
// Testing monsters
MONS_TEST_SPAWNER,
@@ -2307,6 +2308,7 @@ enum mon_spellbook_type
MST_JESSICA,
MST_BERSERK_ESCAPE, // 165
MST_GASTRONOK,
+ MST_MAURICE,
MST_TEST_SPAWNER = 170,
NUM_MSTYPES,