From cd4f718dbcb7974ef1762c87b5e13f0a38df0961 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sat, 20 Dec 2008 02:26:25 +0000 Subject: Some wizard/debugging commands: * The &" command now shows the total experience value of all monster on the level. * &G now prevents dismissed monsters from dropping their original equipment, except for unrandarts and fixed arts. You can force the dismissed monsters to drop all of their non-summoned items by adding "keepitem" to the regexp string. * &R can now either change the random monster spawn rate for the current level, or immediately spawn a given number of random monsters. * &^D can be used to examine and alter player enchantments/durations. * The targeting command "S" can be used to turn a permanent monster into a summoned one. * The targeting command "~" can be used to polymorph a monster into one of a particular type. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7870 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index eec9382a82..e7d5dbb441 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -763,11 +763,13 @@ static const char *targeting_help_1 = "Wizard targeting comands:\n" "g: give item to monster\n" "s: force monster to shout or speak\n" + "S: make monster a summoned monster\n" "F: cycle monster friendly/good neutral/neutral/hostile\n" "P: apply divine blessing to monster\n" "m: move monster or player\n" "M: cause spell miscast for monster or player\n" "w: calculate shortest path to any point on the map\n" + "~: polymorph monster to specific type\n" #endif ; @@ -2260,6 +2262,7 @@ int list_wizard_commands(bool do_redraw_screen) "^ : gain piety\n" "_ : gain religion\n" "@ : set Str Int Dex\n" + "Ctrl-D : change enchantments/durations\n" "\n" "Other player related effects\n" "c : card effect\n" -- cgit v1.2.3-54-g00ecf