summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-06 01:19:12 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-06 01:40:34 +0100
commit294a726c2a4d78b3e27d4cf39a4c87d84c3fc2aa (patch)
treead1bc2146a9b40ff5302154dd2abbf3e5c0f0efd /crawl-ref/source/cmd-keys.h
parent8c5b824260a38d2f64b343c186f975e21584795a (diff)
downloadcrawl-ref-294a726c2a4d78b3e27d4cf39a4c87d84c3fc2aa.tar.gz
crawl-ref-294a726c2a4d78b3e27d4cf39a4c87d84c3fc2aa.zip
Add new wizmode targeting command to heal monsters (Ctrl-H)
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 ebf14e42f8..11c9e98a03 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -168,6 +168,7 @@
{'S', CMD_TARGET_WIZARD_MAKE_SUMMONED},
{'~', CMD_TARGET_WIZARD_POLYMORPH},
{'D', CMD_TARGET_WIZARD_DEBUG_MONSTER},
+{CONTROL('H'), CMD_TARGET_WIZARD_HEAL_MONSTER},
{',', CMD_TARGET_WIZARD_HURT_MONSTER},
{'"', CMD_TARGET_WIZARD_DEBUG_PORTAL},
#endif