summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-30 09:31:47 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-03-30 09:31:47 +0100
commitbc4f2d9b2d7e1ccaf97258e49ac836a9dc37ad70 (patch)
treea989c48df0d85c0c7e9c94c35b71e1b30359dc06 /crawl-ref/source/directn.cc
parent0adf1751de3b42c3cbb36417ba40c12a4d054027 (diff)
downloadcrawl-ref-bc4f2d9b2d7e1ccaf97258e49ac836a9dc37ad70.tar.gz
crawl-ref-bc4f2d9b2d7e1ccaf97258e49ac836a9dc37ad70.zip
Improve feature descriptions
Removes extended descriptions from branch stairs, so that the actual branch descriptions can be used instead.
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 53fb4c0406..5af91c5e5c 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3189,7 +3189,7 @@ static string _base_feature_desc(dungeon_feature_type grid, trap_type trap)
case DNGN_RETURN_FROM_ELF:
return "staircase back to the Mines";
case DNGN_RETURN_FROM_TOMB:
- return "staircase out of the Tomb";
+ return "staircase back to the Crypt";
case DNGN_RETURN_FROM_ZOT:
return "gate leading back out of this place";
case DNGN_EXIT_ICE_CAVE: