summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-12-15 17:33:52 -0600
committerJesse Luehrs <doy@tozt.net>2009-12-16 00:14:40 -0600
commit5d66ced3af630a94100a50f71224f6c7d1b2ef83 (patch)
treefb6c6ebe98af2cf506877d85026a15d606b3321f /crawl-ref/source/command.cc
parenteb57a1698ab651071a136b82ffee4f3e1f7bc073 (diff)
downloadcrawl-ref-5d66ced3af630a94100a50f71224f6c7d1b2ef83.tar.gz
crawl-ref-5d66ced3af630a94100a50f71224f6c7d1b2ef83.zip
Revert "Remove hard skill pool cutoff."
This reverts commit c652cbec1739a628f87aedc4874c782429f8d7ce. This really needs more discussion; the current implementation isn't reallly reasonable
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 272d34e6dc..521df47d13 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2424,7 +2424,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>A</w> : set all skills to level\n"
"<w>g</w> : exercise a skill\n"
"<w>r</w> : change character's species\n"
- "<w>s</w> : fill experience pool\n"
+ "<w>s</w> : gain 20000 skill points\n"
"<w>S</w> : set skill to level\n"
"<w>x</w> : gain an experience level\n"
"<w>Ctrl-L</w> : change experience level\n"