summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-03 12:56:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-03 12:56:10 +0000
commite835b279ab3281cf70bc4a83306d58bdbe4825b5 (patch)
tree081b54445effd7c67ed253a46d9afa9223fc0043 /crawl-ref/source/command.cc
parent13ecdac2dece80e84e580d71928b91262ef1e116 (diff)
downloadcrawl-ref-e835b279ab3281cf70bc4a83306d58bdbe4825b5.tar.gz
crawl-ref-e835b279ab3281cf70bc4a83306d58bdbe4825b5.zip
[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
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc12
1 files changed, 6 insertions, 6 deletions
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 =
- "<h>Examine surroundings ('<w>x</w><h> in main):\n"
+ "<h>Examine surroundings ('<w>x</w><h>' in main):\n"
"<w>Esc</w> : cancel (also <w>Space</w>)\n"
"<w>Dir.</w>: move cursor in that direction\n"
"<w>.</w> : move to cursor (also <w>Enter</w>, <w>Del</w>)\n"
@@ -554,13 +554,13 @@ static const char *targeting_help =
"<w>_</w> : cycle through altars\n"
"<w><<</w>/<w>></w> : cycle through up/down stairs\n"
"<w>Tab</w> : cycle through shops and portals\n"
- "<w>Ctrl-F</w> : cycle monster cycle mode\n"
+ "<w>Ctrl-F</w> : change monster targeting mode\n"
" \n"
- "<h>Targeting (like zapping wands/spells):\n"
- "The keys from examining surroundings\n"
- "work here, too. Additional keys are\n"
+ "<h>Targeting (zapping wands, casting spells, etc.):\n"
+ "The keys from examine surroundings also work here.\n"
+ "In addition, you can use:\n"
"<w>.</w> : fire at target (<w>Enter</w>, <w>Del</w>, <w>Space</w>)\n"
- "<w>!</w> : fire at target and stop there\n"
+ "<w>!</w> : fire at target and stop there (may hit submerged creatures)\n"
"<w>p</w> : fire at Previous target (also <w>t</w>, <w>f</w>)\n"
"<w>:</w> : show/hide beam path\n"
"<w>Shift-Dir</w> : shoot straight-line beam\n";