summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 01:10:42 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 01:10:42 +0000
commit695043d0e495b29b0a7aa9e24acd93bdbf2e3e9f (patch)
tree2cb5e0ac7a399a90d678fad13f03a7f4262cd81d /crawl-ref/source/command.cc
parentf861f518dc8853c8a6e28a9a8902b8cf3b85e2f3 (diff)
downloadcrawl-ref-695043d0e495b29b0a7aa9e24acd93bdbf2e3e9f.tar.gz
crawl-ref-695043d0e495b29b0a7aa9e24acd93bdbf2e3e9f.zip
Add new wizard targeting command 'm', to move monsters around (or to
move the player like wizard blink if there's no monster at the chosen square). Two monsters can be made to swap positions, and unseen monsters/squares can be targeted. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5423 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index db47d0442c..ca6f166666 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -660,6 +660,7 @@ static const char *targeting_help_1 =
"<w>s</w>: force monster to shout or speak\n"
"<w>F</w>: cycle monster friendly/good neutral/neutral/hostile\n"
"<w>P</w>: apply divine blessing to monster\n"
+ "<w>m</w>: move monster or player\n"
#endif
;