From cb1d25a9a8371edb63bc1721b616df12c4e790c2 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 18 Nov 2008 14:59:13 +0000 Subject: Use the correct portal description in explore stop messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7475 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/directn.cc | 5 +++-- 1 file changed, 3 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 29ec859c09..9002ca9f4b 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -2480,8 +2480,9 @@ std::string raw_feature_description(dungeon_feature_type grid, case DNGN_ENTER_SHOALS: return ("staircase to the Shoals"); case DNGN_ENTER_PORTAL_VAULT: -// return ("gate leading to a distant place"); - return ("gateway to a bazaar"); + // The bazaar description should be set in the bazaar marker; this + // is the description for a portal of unknown type. + return ("gate leading to a distant place"); case DNGN_EXIT_PORTAL_VAULT: return ("gate leading back to the Dungeon"); case DNGN_RETURN_FROM_ORCISH_MINES: -- cgit v1.2.3-54-g00ecf