summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-25 20:47:27 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-25 20:47:27 +0000
commit5c7d640f2cadbf0048d9c5c81e427e3ce1d5af0f (patch)
tree93a5c82c996abe9264fd56d00750bedec10ac367 /crawl-ref/source/misc.cc
parentcb76f80426af8941a42b7346aacba92529e41338 (diff)
downloadcrawl-ref-5c7d640f2cadbf0048d9c5c81e427e3ce1d5af0f.tar.gz
crawl-ref-5c7d640f2cadbf0048d9c5c81e427e3ce1d5af0f.zip
A few minor changes.
Bugfixes: - vampire bats couldn't untransform - / of polymorph other do not autoID if you zap at yourself git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2032 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 ce5b05956f..d81bce85d5 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -970,7 +970,7 @@ static void exit_stair_message(dungeon_feature_type stair, bool /* going_up */)
static void climb_message(dungeon_feature_type stair, bool going_up)
{
if (grid_is_portal(stair))
- mpr("You pass through the gateway.");
+ mpr("The world spins around you as you enter the gateway.");
else if (grid_is_rock_stair(stair))
{
if (going_up)