summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-14 19:30:40 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-14 19:31:13 +1000
commit6dabd6cbfda137210f46a43f28343fc1d654e0d5 (patch)
treec433d42f7be8acc102f0e7534a30f12a051dbcce /crawl-ref/source/command.cc
parent7c73c7d7aac507d2e6fe6a30415bfb7dc4687365 (diff)
downloadcrawl-ref-6dabd6cbfda137210f46a43f28343fc1d654e0d5.tar.gz
crawl-ref-6dabd6cbfda137210f46a43f28343fc1d654e0d5.zip
Add in-game Lua interpreter to Wizard commands list (Zaba).
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 aef0bc00a1..834dca169a 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2436,6 +2436,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>Ctrl-I</w> : item generation stats\n"
"<w>Ctrl-X</w> : Xom effect stats\n"
"<w>O</w> : measure exploration time\n"
+ "<w>Ctrl-t</w> : enter in-game Lua interpreter\n"
"\n"
"<w>?</w> : list wizard commands\n",
true, true);