summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/descript/features.txt2
-rw-r--r--crawl-ref/source/directn.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/descript/features.txt b/crawl-ref/source/dat/descript/features.txt
index af28b07108..5d372b9edd 100644
--- a/crawl-ref/source/dat/descript/features.txt
+++ b/crawl-ref/source/dat/descript/features.txt
@@ -46,7 +46,7 @@ A gate leading out of Pandemonium
%%%%
A gate leading to another region of Pandemonium
%%%%
-A gate leading to the halls of Pandemonium
+A one-way gate leading to the halls of Pandemonium
Tales about successful loots of these netherworlds are rare. Even the strongest
and most experienced characters can die there. On the other hand, these halls
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: