summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 07:25:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 07:25:57 +0000
commitae558c387a4ede86cffe8e4654ea6e544863abc1 (patch)
tree188c43c51fbe8ba5bcdfe5677d542531b79c6a6e /crawl-ref/source/direct.cc
parent96a447410eabfc50aadc628f4ce27c6cbc4b2353 (diff)
downloadcrawl-ref-ae558c387a4ede86cffe8e4654ea6e544863abc1.tar.gz
crawl-ref-ae558c387a4ede86cffe8e4654ea6e544863abc1.zip
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
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc2
1 files changed, 2 insertions, 0 deletions
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: