From ebe3faa645862641354b8bddf6c52dccc108a16c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 4 Sep 2007 11:32:42 +0000 Subject: Implementing patch 1775415 (outsourcing monster speech) by zelgadis. Currently, shout.txt and speak.txt share in with the .des files in /dat. That should be changed, but I've no idea how to do this. Also implementing a bug fix by ennewalker (1787428). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2052 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 3acf614088..167f93c0c3 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -535,7 +535,14 @@ static const char *targeting_help_1 = "! : 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"; + "Shift-Dir : shoot straight-line beam\n" +#ifdef WIZARD + " \n" + "Wizard targeting comands:\n" + "F: make target friendly\n" + "s: force target to shout or speak\n" +#endif +; static const char *targeting_help_2 = "Firing or throwing a missile:\n" -- cgit v1.2.3-54-g00ecf