summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-17 23:57:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-18 00:42:50 +0100
commitd96a6c804f2602b5792428e0f932641ae536f281 (patch)
treee5db72c44f58d561528847e97cc35f2f2d49e4f8 /crawl-ref/source/cmd-keys.h
parent3a67b94669b555959bbc6f7e074a4d6dc537ce7b (diff)
downloadcrawl-ref-d96a6c804f2602b5792428e0f932641ae536f281.tar.gz
crawl-ref-d96a6c804f2602b5792428e0f932641ae536f281.zip
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.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index d9610d58d3..2d97de7bcf 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -160,6 +160,7 @@
{'S', CMD_TARGET_WIZARD_MAKE_SUMMONED},
{'~', CMD_TARGET_WIZARD_POLYMORPH},
{'D', CMD_TARGET_WIZARD_DEBUG_MONSTER},
+{',', CMD_TARGET_WIZARD_HURT_MONSTER},
#endif
{'v', CMD_TARGET_DESCRIBE},
{'?', CMD_TARGET_HELP},