summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorAlex MacDonald <alex@alexjmacdonald.com>2009-11-17 15:38:23 -0500
committerDavid Ploog <dploog@users.sourceforge.net>2009-11-18 00:21:21 +0100
commitb9a8bf470ada7bda89d43d38ca443196c0a0d39c (patch)
tree457bbb069eb9daa56e4ea6eeee3c4e40f3c39c78 /crawl-ref/source/command.cc
parented68368fe1c0ab6d048934ec94509750ba2eafb6 (diff)
downloadcrawl-ref-b9a8bf470ada7bda89d43d38ca443196c0a0d39c.tar.gz
crawl-ref-b9a8bf470ada7bda89d43d38ca443196c0a0d39c.zip
Added wizard command to reveal all traps on level ('}').
Signed-off-by: David Ploog <dploog@users.sourceforge.net>
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 26be6196f8..f8315cb23b 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2352,7 +2352,7 @@ void list_commands(int hotkey, bool do_redraw_screen)
int list_wizard_commands(bool do_redraw_screen)
{
// 2 columns
- column_composer cols(2, 43);
+ column_composer cols(2, 44);
// Page size is number of lines - one line for --more-- prompt.
cols.set_pagesize(get_number_of_lines());
@@ -2420,6 +2420,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>:</w> : find branches and overflow\n"
" temples in the dungeon\n"
"<w>{</w> : magic mapping\n"
+ "<w>}</w> : detect all traps on level\n"
"\n"
"<yellow>Debugging commands</yellow>\n"
"<w>f</w> : player combat damage stats\n"