summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 84662df593..092e6b14b0 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2642,6 +2642,8 @@ static std::string _base_feature_desc(dungeon_feature_type grid,
case DNGN_STONE_STAIRS_UP_I:
case DNGN_STONE_STAIRS_UP_II:
case DNGN_STONE_STAIRS_UP_III:
+ if (player_in_hell())
+ return ("gateway back to the Vestibule of Hell");
return ("stone staircase leading up");
case DNGN_ENTER_HELL:
return ("gateway to Hell");