summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-11 12:07:25 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-11 12:15:29 +0100
commita94ec41b50386833612742f14284ad261e2c39f7 (patch)
tree3a54a8eb79bb0173971355d821012f37d372ac88 /crawl-ref/source/enum.h
parentec0ce305e87b8a69378fa58cc1dbec652bcc0d1a (diff)
downloadcrawl-ref-a94ec41b50386833612742f14284ad261e2c39f7.tar.gz
crawl-ref-a94ec41b50386833612742f14284ad261e2c39f7.zip
Rename guardian nagas to guardian serpents.
The tile is left untouched for now.
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,