summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 09:35:09 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 09:35:09 -0600
commit066102f75894a9f086d3789868c659c909d518c6 (patch)
tree99c0f1a26a91b6df55f7b03e58fde8a701acd7cf /crawl-ref/source/directn.cc
parent8622115c480ca062a75d1a9601fd307bed510d56 (diff)
downloadcrawl-ref-066102f75894a9f086d3789868c659c909d518c6.tar.gz
crawl-ref-066102f75894a9f086d3789868c659c909d518c6.zip
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.
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc4
1 files changed, 2 insertions, 2 deletions
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: