summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-19 17:29:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-19 17:29:26 +0000
commitad56ba63d755da4dca3d44947f3f86a26faf7aa3 (patch)
tree85187a3a6cd379b29adf98d057c46dddb5cbf9e9 /crawl-ref/source/command.cc
parente8f0d9e7d82341a70175b6eaf78e5db32a314775 (diff)
downloadcrawl-ref-ad56ba63d755da4dca3d44947f3f86a26faf7aa3.tar.gz
crawl-ref-ad56ba63d755da4dca3d44947f3f86a26faf7aa3.zip
Handle the good neutral attitude properly in debugging information and
the wizard mode attitude toggle. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5133 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index e2b57b2dd1..add0c8e773 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -574,7 +574,7 @@ static const char *targeting_help_1 =
#ifdef WIZARD
" \n"
"<h>Wizard targeting comands:</h>\n"
- "<w>F</w>: toggle target friendly/neutral/hostile\n"
+ "<w>F</w>: toggle target friendly/good neutral/neutral/hostile\n"
"<w>P</w>: apply divine blessing to target\n"
"<w>s</w>: force target to shout or speak\n"
"<w>g</w>: give item to monster\n"