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, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 4d9733c34a..db3ee6f60c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1653,7 +1653,7 @@ enum monster_type // (int) menv[].type
MONS_KOBOLD,
MONS_LICH,
MONS_MUMMY,
- MONS_GUARDIAN_NAGA,
+ MONS_GUARDIAN_SERPENT,
MONS_OGRE, // 40
MONS_PLANT,
MONS_QUEEN_BEE,
@@ -2198,7 +2198,7 @@ enum mon_spellbook_type
MST_ORC_WIZARD_I = 0,
MST_ORC_WIZARD_II,
MST_ORC_WIZARD_III,
- MST_GUARDIAN_NAGA = 10,
+ MST_GUARDIAN_SERPENT = 10,
MST_LICH_I = 20,
MST_LICH_II,
MST_LICH_III,