From b4b1187fa18c00dba288189dcc75d3bbb5ebf8a7 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 25 Jul 2009 14:25:13 +0000 Subject: Apply zebez' patch to differentiate gates some more from stairs. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10403 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/directn.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/directn.cc') 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"); -- cgit v1.2.3-54-g00ecf