From 066102f75894a9f086d3789868c659c909d518c6 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 10 Nov 2009 09:35:09 -0600 Subject: Given silver's new status, tweak descriptions of Zin's and Ely's altars. Zin: "glowing white altar" -> "glowing silver altar" Ely: "silver altar" -> "white altar" Also swap the altar colors in console mode. The tiles are left as-is, since they seem okay to me. --- crawl-ref/source/directn.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index 839666be38..50fdc78af6 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -2745,7 +2745,7 @@ static std::string _base_feature_desc(dungeon_feature_type grid, // altars case DNGN_ALTAR_ZIN: - return ("glowing white marble altar of Zin"); + return ("glowing silver altar of Zin"); case DNGN_ALTAR_SHINING_ONE: return ("glowing golden altar of the Shining One"); case DNGN_ALTAR_KIKUBAAQUDGHA: @@ -2767,7 +2767,7 @@ static std::string _base_feature_desc(dungeon_feature_type grid, case DNGN_ALTAR_NEMELEX_XOBEH: return ("sparkling altar of Nemelex Xobeh"); case DNGN_ALTAR_ELYVILON: - return ("silver altar of Elyvilon"); + return ("white marble altar of Elyvilon"); case DNGN_ALTAR_LUGONU: return ("corrupted altar of Lugonu"); case DNGN_ALTAR_BEOGH: -- cgit v1.2.3-54-g00ecf