summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-02 14:25:34 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-02 14:26:00 +0300
commitf848afd42588ed9355c70a5aa05a3ebb977f449f (patch)
tree5685578f6673c4b97d95ab7ee8f30101d4fe1cb5 /crawl-ref/source/command.cc
parent9fd59af7bc9de80793ca8cff2c626e2324076d90 (diff)
downloadcrawl-ref-f848afd42588ed9355c70a5aa05a3ebb977f449f.tar.gz
crawl-ref-f848afd42588ed9355c70a5aa05a3ebb977f449f.zip
Make &z accept both spell number and name.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 6a8298359b..5066fc9732 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2439,7 +2439,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>h</w>/<w>H</w> : heal yourself (super-Heal)\n"
"<w>Ctrl-H</w> : set hunger state\n"
"<w>X</w> : make Xom do something now\n"
- "<w>z</w>/<w>Z</w> : cast spell by number/name\n"
+ "<w>z</w> : cast spell by number/name\n"
"\n"
"<yellow>Item related commands</yellow>\n"
"<w>a</w> : acquirement\n"