summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-09 11:25:24 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-09 11:25:24 +0000
commit1d4d57fdcd4760f6c0bb156073479478ad12503e (patch)
tree4a414dc8238ffa2e53667f9f77d146f15e1cf577
parentc2f5651b0296286814cee6aef8de2fe828bebd45 (diff)
downloadcrawl-ref-1d4d57fdcd4760f6c0bb156073479478ad12503e.tar.gz
crawl-ref-1d4d57fdcd4760f6c0bb156073479478ad12503e.zip
Mention that there's more travel help available in the depth-selection prompt.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1563 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/command.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 855ecbf86b..97701a0d71 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -569,7 +569,11 @@ static const char *targeting_help =
static const char *interlevel_travel_branch_help =
"<h>Interlevel Travel (choose a branch):\n"
" Use the shortcut letter for a branch to select the branch for travel.\n"
- " <w>Enter</w> : Repeat last interlevel travel.\n"
+ "\n"
+ " Once you select a branch, you will be prompted for a depth in that\n"
+ " branch (more help is available there).\n"
+ "\n"
+ " <w>Enter</w> : Repeat last interlevel travel.\n"
" <w>.</w> : Travel to a level in the current branch.\n"
" <w><<</w> : Go up the nearest stairs.\n"
" <w>></w> : Go down the nearest stairs.\n"