summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
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/tilepick.cc
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/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 4af9a4e880..1fbbb89ccd 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -596,8 +596,8 @@ int tileidx_monster_base(const monsters *mon, bool detected)
// nagas ('N')
case MONS_NAGA:
return TILEP_MONS_NAGA;
- case MONS_GUARDIAN_NAGA:
- return TILEP_MONS_GUARDIAN_NAGA;
+ case MONS_GUARDIAN_SERPENT:
+ return TILEP_MONS_GUARDIAN_SERPENT;
case MONS_NAGA_MAGE:
return TILEP_MONS_NAGA_MAGE;
case MONS_NAGA_WARRIOR:
@@ -1881,8 +1881,8 @@ static int _tileidx_corpse(const item_def &item)
case MONS_NAGA_WARRIOR:
case MONS_GREATER_NAGA:
return TILE_CORPSE_NAGA;
- case MONS_GUARDIAN_NAGA:
- return TILE_CORPSE_GUARDIAN_NAGA;
+ case MONS_GUARDIAN_SERPENT:
+ return TILE_CORPSE_GUARDIAN_SERPENT;
// ogres ('O')
case MONS_OGRE: