summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 03:08:10 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 03:08:10 +0000
commit8e8bbf5c5490f939ffdd09649ea745f30e4c9571 (patch)
tree76cb3dc86bea12b2129e76aeb613e5534d97dac0 /crawl-ref/source/tutorial.cc
parent22f843e5f8dd6a0af777668fc0d5acad8b4cea0d (diff)
downloadcrawl-ref-8e8bbf5c5490f939ffdd09649ea745f30e4c9571.tar.gz
crawl-ref-8e8bbf5c5490f939ffdd09649ea745f30e4c9571.zip
[2004538] Fixed Vestibule of Hell bugs where entering would place you randomly and would not set travel information correctly. Also, updated locations in the code where the old command Ctrl-G was mentioned.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6274 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 4a7979b991..6251da1299 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -803,9 +803,9 @@ void tutorial_finished()
else if (Options.tut_travel)
{
text = "There is a convenient way for travelling between far away "
- "dungeon levels: press <w>Ctrl-G</w> and enter the desired "
+ "dungeon levels: press <w>G</w> and enter the desired "
"destination. If your travel gets interrupted, issueing "
- "<w>Ctrl-G Enter</w> will continue it.";
+ "<w>G Enter</w> will continue it.";
}
else if (Options.tut_stashes)
{