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/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 7938b7fa1d..94d2b6328d 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -687,6 +687,7 @@ enum command_type CMD_TARGET_WIZARD_MAKE_SUMMONED, CMD_TARGET_WIZARD_POLYMORPH, CMD_TARGET_WIZARD_DEBUG_MONSTER, + CMD_TARGET_WIZARD_HURT_MONSTER, CMD_TARGET_MOUSE_MOVE, CMD_TARGET_MOUSE_SELECT, CMD_TARGET_HELP, -- cgit v1.2.3-54-g00ecf