summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 962bc0f82f..eaee6f37ea 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -1306,13 +1306,13 @@ std::string raw_feature_description(dungeon_feature_type grid,
case DNGN_OPEN_DOOR:
return ("open door");
case DNGN_ROCK_STAIRS_DOWN:
- return ("rock staircase leading down");
+ return ("escape hatch in the floor");
+ case DNGN_ROCK_STAIRS_UP:
+ return ("escape hatch in the ceiling");
case DNGN_STONE_STAIRS_DOWN_I:
case DNGN_STONE_STAIRS_DOWN_II:
case DNGN_STONE_STAIRS_DOWN_III:
return ("stone staircase leading down");
- case DNGN_ROCK_STAIRS_UP:
- return ("rock staircase leading up");
case DNGN_STONE_STAIRS_UP_I:
case DNGN_STONE_STAIRS_UP_II:
case DNGN_STONE_STAIRS_UP_III: