summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-26 16:02:55 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-26 16:02:55 +0000
commit9c94ca75ce486b32945ee29c557dfc4e00f3daf1 (patch)
tree91243b59281a9f4191e7b3998e53f546db0abb81 /crawl-ref/source/misc.cc
parente1ea97bd197688a9242bffb24f766d85a88ff678 (diff)
downloadcrawl-ref-9c94ca75ce486b32945ee29c557dfc4e00f3daf1.tar.gz
crawl-ref-9c94ca75ce486b32945ee29c557dfc4e00f3daf1.zip
Fixed bug with branch level stairs in Pan.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@889 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 200f2bd7bd..af5174d97f 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -911,7 +911,7 @@ void down_stairs( bool remove_stairs, int old_level, int force_stair )
if (stair_find == DNGN_EXIT_ABYSS || stair_find == DNGN_EXIT_PANDEMONIUM)
{
leave_abyss_pan = true;
- mpr("You pass through the gate, and find yourself at the top of a staircase.");
+ mpr("You pass through the gate.");
more();
}