From 7e7f8035490e36b72f7ddecd23b4da8611e991d0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 26 Apr 2009 12:13:36 +0000 Subject: * Fix _place_monster_aux() not interrupting autoexplore. Apparently, monsters can be directly placed at the edge of los, after all. * Change Ctrl-X -> Ctrl-S, V -> Ctrl-X, not documented yet. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9696 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 54628dc57a..746d6560c7 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -2171,7 +2171,7 @@ static void _add_formatted_keyhelp(column_composer &cols) 1, "Game Saving and Quitting:\n" "S : Save game and exit\n" - "Ctrl-X : save and eXit without query\n" + "Ctrl-S : save and eXit without query\n" "Ctrl-Q : Quit without saving\n", true, true, _cmdhelp_textfilter); @@ -2199,7 +2199,7 @@ static void _add_formatted_keyhelp(column_composer &cols) "; : examine occupied tile\n" "x : eXamine surroundings/targets\n" "X : eXamine level map (X? for help)\n" - "V : list monsters and items in sight\n" + "Ctrl-X : list monsters, items, features in sight\n" "Ctrl-O : show dungeon Overview\n" "Ctrl-A : toggle auto-pickup\n" "Ctrl-T : change ally pickup behaviour\n", @@ -2319,9 +2319,10 @@ static void _add_formatted_tutorial_help(column_composer &cols) "i : list inventory (select item to view it)\n" "g : pick up item from ground (also ,)\n" "d : drop item\n" - "X : show map of the whole level\n" "<< or > : ascend/descend the stairs\n" "Ctrl-P : show previous messages\n" + "X : show map of the whole level\n" + "Ctrl-X : list monsters, items, features in sight\n" "\n" "Targeting (for spells and missiles)\n" "Use + (or =) and - to cycle between\n" @@ -2432,7 +2433,7 @@ int list_wizard_commands(bool do_redraw_screen) "F : combat stats with fsim_kit\n" "Ctrl-F : combat stats (monster vs PC)\n" "Ctrl-I : item generation stats\n" - "\n" + "O : measure exploration time\n" "\n" "? : list wizard commands\n", true, true); -- cgit v1.2.3-54-g00ecf