summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-01-14 14:47:10 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-01-15 17:39:03 +0000
commite5babb39c1566a658229e60531395fde27cce8d2 (patch)
tree478a0d25ee8a802704b080ad903478dc250def17 /crawl-ref/source/command.cc
parent183dc64167faba67f6fc1c997c76374a4659d605 (diff)
downloadcrawl-ref-e5babb39c1566a658229e60531395fde27cce8d2.tar.gz
crawl-ref-e5babb39c1566a658229e60531395fde27cce8d2.zip
Add a wizmode command (&p) to list player props
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 14a6e081ba..d813efca50 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2580,6 +2580,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>Ctrl-D</w> change enchantments/durations\n"
"<w>g</w> exercise a skill\n"
"<w>Ctrl-L</w> change experience level\n"
+ "<w>p</w> list props\n"
"<w>r</w> change character's species\n"
"<w>s</w> gain 20000 skill points\n"
"<w>S</w> set skill to level\n"