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 fd323df555..24e16e394b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2049,6 +2049,7 @@ enum monster_type // (int) menv[].type
MONS_KIRKE,
MONS_GRUM,
MONS_PURGY,
+ MONS_MENKAURE,
// Testing monsters
MONS_TEST_SPAWNER,
@@ -2256,6 +2257,7 @@ enum mon_spellbook_type
MST_PRINCE_RIBBIT, // 145
MST_NESSOS,
MST_KIRKE,
+ MST_MENKAURE, // 148
MST_GERYON = 150,
MST_DISPATER,
MST_ASMODEUS,