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, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8c43ec175b..90b38b78ae 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1816,6 +1816,10 @@ enum monster_type // (int) menv[].type
MONS_MERFOLK_AQUAMANCER,
MONS_MERFOLK_JAVELINEER,
+ MONS_SNAPPING_TURTLE,
+ MONS_ALLIGATOR_SNAPPING_TURTLE,
+ MONS_SEA_SNAKE,
+
//jmf: end new monsters
MONS_WHITE_IMP = 220, // 220
MONS_LEMURE,