summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-12 15:32:05 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-12 15:32:05 -0800
commitfcd9486498b25072cacd0ae8ef9ef0ae570b8104 (patch)
tree5c6c7c7dabd80c9db59bbe71a92b6cda600812c8 /crawl-ref/source/command.cc
parent23aa20deff7f91f21f12340947c1963ae0c1bca9 (diff)
downloadcrawl-ref-fcd9486498b25072cacd0ae8ef9ef0ae570b8104.tar.gz
crawl-ref-fcd9486498b25072cacd0ae8ef9ef0ae570b8104.zip
command.cc: "&:" help update
In the wiz-command help screen, explain that "&:" also shows the locations of overflow temples.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 457a598224..aef0bc00a1 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2425,7 +2425,8 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>k</w> : shift section of a labyrinth\n"
"<w>u</w>/<w>d</w> : shift up/down one level\n"
"<w>~</w> : go to a specific level\n"
- "<w>:</w> : find branches in the dungeon\n"
+ "<w>:</w> : find branches and overflow\n"
+ " temples in the dungeon\n"
"<w>{</w> : magic mapping\n"
"\n"
"<yellow>Debugging commands</yellow>\n"