From e835b279ab3281cf70bc4a83306d58bdbe4825b5 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 3 Jun 2007 12:56:10 +0000 Subject: [1589849] Enabled ! in targeting mode to aim beams at a specific spot. Beams aimed at the ground will hit creatures submerged in shallow water, but enchantments will do nothing, lightning will ground harmlessly, and other conjurations will do 2/3rd their normal damage. Made target_unshifted_dirs turn off default_target, and vice versa, since the options don't go well together. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1518 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 304216d46f..bb2d523ba8 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -541,7 +541,7 @@ static const char *level_map_help = " \n"; static const char *targeting_help = - "Examine surroundings ('x in main):\n" + "Examine surroundings ('x' in main):\n" "Esc : cancel (also Space)\n" "Dir.: move cursor in that direction\n" ". : move to cursor (also Enter, Del)\n" @@ -554,13 +554,13 @@ static const char *targeting_help = "_ : cycle through altars\n" "<</> : cycle through up/down stairs\n" "Tab : cycle through shops and portals\n" - "Ctrl-F : cycle monster cycle mode\n" + "Ctrl-F : change monster targeting mode\n" " \n" - "Targeting (like zapping wands/spells):\n" - "The keys from examining surroundings\n" - "work here, too. Additional keys are\n" + "Targeting (zapping wands, casting spells, etc.):\n" + "The keys from examine surroundings also work here.\n" + "In addition, you can use:\n" ". : fire at target (Enter, Del, Space)\n" - "! : fire at target and stop there\n" + "! : fire at target and stop there (may hit submerged creatures)\n" "p : fire at Previous target (also t, f)\n" ": : show/hide beam path\n" "Shift-Dir : shoot straight-line beam\n"; -- cgit v1.2.3-54-g00ecf