From b9a8bf470ada7bda89d43d38ca443196c0a0d39c Mon Sep 17 00:00:00 2001 From: Alex MacDonald Date: Tue, 17 Nov 2009 15:38:23 -0500 Subject: Added wizard command to reveal all traps on level ('}'). Signed-off-by: David Ploog --- crawl-ref/source/command.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/command.cc') 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) ": : find branches and overflow\n" " temples in the dungeon\n" "{ : magic mapping\n" + "} : detect all traps on level\n" "\n" "Debugging commands\n" "f : player combat damage stats\n" -- cgit v1.2.3-54-g00ecf