From 9701b3016d5d0d1fb67185e7abd675a0de0c129a Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 8 Nov 2009 22:40:49 -0500 Subject: Rename Feawn In most places Feawn is now referred to as "Fedhas," its long name (used in the religion screen) is "Fedhas Madash" --- crawl-ref/source/tilepick.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 5c26dcebc8..e0b76d4b87 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -2540,8 +2540,8 @@ int tileidx_feature(dungeon_feature_type feat, int gx, int gy) return TILE_DNGN_ALTAR_BEOGH; case DNGN_ALTAR_JIYVA: return TILE_DNGN_ALTAR_JIYVA; - case DNGN_ALTAR_FEAWN: - return TILE_DNGN_ALTAR_FEAWN; + case DNGN_ALTAR_FEDHAS: + return TILE_DNGN_ALTAR_FEDHAS; case DNGN_ALTAR_CHEIBRIADOS: return TILE_DNGN_ALTAR_CHEIBRIADOS; case DNGN_FOUNTAIN_BLUE: -- cgit v1.2.3-54-g00ecf