From a94ec41b50386833612742f14284ad261e2c39f7 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 11 Dec 2009 12:07:25 +0100 Subject: Rename guardian nagas to guardian serpents. The tile is left untouched for now. --- crawl-ref/source/tilemcache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tilemcache.cc') diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc index cb4a77fe0f..c7b9a7421d 100644 --- a/crawl-ref/source/tilemcache.cc +++ b/crawl-ref/source/tilemcache.cc @@ -404,7 +404,7 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y) case TILEP_MONS_NAGA: case TILEP_MONS_GREATER_NAGA: case TILEP_MONS_NAGA_WARRIOR: - case TILEP_MONS_GUARDIAN_NAGA: + case TILEP_MONS_GUARDIAN_SERPENT: case TILEP_MONS_NAGA_MAGE: ofs_x = 0; ofs_y = 1; -- cgit v1.2.3-54-g00ecf