From ae558c387a4ede86cffe8e4654ea6e544863abc1 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 22 Aug 2007 07:25:57 +0000 Subject: A few small message changes and additions, mostly concerning portals. Oh, and portals will now stop travel just like other interesting features. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2025 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/direct.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/direct.cc') diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc index c436f44323..5ccf1ce023 100644 --- a/crawl-ref/source/direct.cc +++ b/crawl-ref/source/direct.cc @@ -1410,6 +1410,8 @@ std::string raw_feature_description(dungeon_feature_type grid, return ("staircase to the Swamp"); case DNGN_ENTER_SHOALS: return ("staircase to the Shoals"); + case DNGN_ENTER_PORTAL_VAULT: + return ("gate leading to another dimension"); case DNGN_EXIT_PORTAL_VAULT: return ("gate leading back to the Dungeon"); case DNGN_RETURN_FROM_ORCISH_MINES: -- cgit v1.2.3-54-g00ecf