summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-17 13:58:21 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-17 13:58:21 +0000
commit385f0c4fdac695e2c10f71ec475c06f49190e1e7 (patch)
tree60548fdbc774001a8187745050676bfd27d95a7b /crawl-ref/source/command.cc
parentb3f1a22f005bc41969123bad5f4068a94bba1484 (diff)
downloadcrawl-ref-385f0c4fdac695e2c10f71ec475c06f49190e1e7.tar.gz
crawl-ref-385f0c4fdac695e2c10f71ec475c06f49190e1e7.zip
New wizard command &R: change the monster spawn rate for the current
level (env.spawn_random_rate). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7857 c06c8d41-db1a-0410-9941-cceddc491573
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 c65bcb02ae..eec9382a82 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2300,6 +2300,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>Ctrl-A</w> : generate new Abyss area\n"
"<w>b</w> : controlled blink\n"
"<w>B</w> : banish yourself to the Abyss\n"
+ "<w>R</w> : change monster spawn rate\n"
"<w>k</w> : shift section of a labyrinth\n"
"<w>u</w>/<w>d</w> : shift up/down one level\n"
"<w>~</w> : go to a specific level\n"