summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-01-26 23:30:52 -0600
committerPekka Lampila <pekka.lampila@iki.fi>2014-01-30 09:55:18 +0200
commit4067f67b76575fa46cda5a7ae5f99f3278323d2d (patch)
treee8f360289241036a515acdfb8c71aab29dee1ebe /crawl-ref/source/command.cc
parentfb55b4fec7f7adc511500c76907caa05b21f387c (diff)
downloadcrawl-ref-4067f67b76575fa46cda5a7ae5f99f3278323d2d.tar.gz
crawl-ref-4067f67b76575fa46cda5a7ae5f99f3278323d2d.zip
Add Wizard mode commands to identify/unidentify item types and level items.
This binds the commands to & y/Y. We have & i/I, but that only affects inventory items. For various testing purposes, it's nice to be able to mass-identify/unidentify all item types. This command also identifies/unidentifies all inventory items on the level, since items can refuse to unidentify if they exist on the floor, and because level-item identification is also a convenient thing to have. We don't change the identification status of off-level items.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index d813efca50..3fb97b2071 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2649,6 +2649,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>a</w> acquirement\n"
"<w>C</w> (un)curse item\n"
"<w>i</w>/<w>I</w> identify/unidentify inventory\n"
+ "<w>y</w>/<w>Y</w> id/unid item types+level items\n"
"<w>o</w>/<w>%</w> create an object\n"
"<w>t</w> tweak object properties\n"
"<w>v</w> show gold value of an item\n"