summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-25 20:33:19 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-25 20:33:19 +0000
commitbaf36321bb2a9957984012e6101e9bfc41457d4f (patch)
tree47e7da1482ba8216c6aa25b84b305b625f75eadf /crawl-ref/source/directn.cc
parent203b649a0ecdb93aad0dd8f872406403f97d1f5f (diff)
downloadcrawl-ref-baf36321bb2a9957984012e6101e9bfc41457d4f.tar.gz
crawl-ref-baf36321bb2a9957984012e6101e9bfc41457d4f.zip
Describe gates to Pan as one-way gates, as for the Abyss.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6864 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 8a7cdd856d..929f11ae81 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2361,7 +2361,7 @@ std::string raw_feature_description(dungeon_feature_type grid,
case DNGN_STONE_ARCH:
return ("empty arch of ancient stone");
case DNGN_ENTER_PANDEMONIUM:
- return ("gate leading to the halls of Pandemonium");
+ return ("one-way gate leading to the halls of Pandemonium");
case DNGN_EXIT_PANDEMONIUM:
return ("gate leading out of Pandemonium");
case DNGN_TRANSIT_PANDEMONIUM: