From d96a6c804f2602b5792428e0f932641ae536f281 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 17 Dec 2009 23:57:37 +0100 Subject: A wizard command "x,", to bring a mon down to 1hp. It could be made to ask for a specific number, but I'm too lazy to code that right now. --- crawl-ref/source/command.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 521df47d13..8a27a9ffd0 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -778,6 +778,7 @@ static const char *targetting_help_1 = "w: calculate shortest path to any point on the map\n" "D: get debugging information about the monster\n" "~: polymorph monster to specific type\n" + ",: bring down the monster to 1hp\n" #endif ; -- cgit v1.2.3-54-g00ecf