From 1ad4408f777422c5ac66d98568101bdd1519feec Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 16 Dec 2009 14:10:31 +0100 Subject: Rename grey snakes to anacondas. Give them constriction, message-only for now. --- crawl-ref/source/tilepick.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 3d2794ecd8..af9293e656 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -642,8 +642,8 @@ int tileidx_monster_base(const monsters *mon, bool detected) return TILEP_MONS_BLACK_MAMBA; case MONS_VIPER: return TILEP_MONS_VIPER; - case MONS_GREY_SNAKE: - return TILEP_MONS_GREY_SNAKE; + case MONS_ANACONDA: + return TILEP_MONS_ANACONDA; // trolls ('T') case MONS_TROLL: @@ -1958,8 +1958,8 @@ static int _tileidx_corpse(const item_def &item) return TILE_CORPSE_SMALL_SNAKE; case MONS_SNAKE: return TILE_CORPSE_SNAKE; - case MONS_GREY_SNAKE: - return TILE_CORPSE_GREY_SNAKE; + case MONS_ANACONDA: + return TILE_CORPSE_ANACONDA; case MONS_WATER_MOCCASIN: return TILE_CORPSE_WATER_MOCCASIN; case MONS_BLACK_MAMBA: -- cgit v1.2.3-54-g00ecf