pickup_burden typo/thinko

From the newsgroup:  the 'O' command's menu for setting pickup_burden
shows "Unencumbered" for the 'u' choice but the Guidebook and the in-game
options help show "Unburdened".  (For config file processing, the program
only examines the first letter so accepts either value.)  This changes the
documentation to match the game.
This commit is contained in:
nethack.rankin
2009-10-18 23:52:39 +00:00
parent dc63049f2c
commit d69f078b7e
4 changed files with 6 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ packorder a list of default symbols for kinds of objects that gives the
(If you specify only some kinds of items, the others from the
default order will be appended to the end.)
pickup_burden when you pick up an item that exceeds this encumberance
level (Unburdened, Burdened, streSsed, straiNed, overTaxed,
level (Unencumbered, Burdened, streSsed, straiNed, overTaxed,
or overLoaded), you will be asked if you want to continue. [S]
pickup_types a list of default symbols for kinds of objects to autopickup
when that option is on [all]

View File

@@ -1976,7 +1976,7 @@ honored when playing a knight.
Cannot be set with the `O' command.
.lp pickup_burden
When you pick up an item that would exceed this encumbrance
level (Unburdened, Burdened, streSsed, straiNed, overTaxed,
level (Unencumbered, Burdened, streSsed, straiNed, overTaxed,
or overLoaded), you will be asked if you want to continue.
(Default `S').
.lp pickup_thrown

View File

@@ -33,7 +33,7 @@
\begin{document}
%
% input file: guidebook.mn
% $Revision: 1.107 $ $Date: 2007/05/26 02:36:38 $
% $Revision: 1.108 $ $Date: 2009/05/10 16:33:53 $
%
%.ds h0 "
%.ds h1 %.ds h2 \%
@@ -2455,7 +2455,7 @@ Cannot be set with the `{\tt O}' command.
%.Ip
\item[\ib{pickup\_burden}]
When you pick up an item that would exceed this encumbrance
level (Unburdened, Burdened, streSsed, straiNed, overTaxed,
level (Unencumbered, Burdened, streSsed, straiNed, overTaxed,
or overLoaded), you will be asked if you want to continue.
(Default `S').
%.lp

View File

@@ -386,6 +386,8 @@ message "You hit the with all your might." could be issued if a boulder
went away while it was being dug/broken with a pick-axe
prevent "object lost" panic if/when drinking a wielded potion of polymorph
causes hero's new form to drop weapon
documentation tidbit: change Guidebook and in-game help for pickup_burden
option to match game's 'O' command ("Unencumbered", not "Unburdened")
Platform- and/or Interface-Specific Fixes