]> granicus.if.org Git - nethack/commitdiff
pickup_burden typo/thinko
authornethack.rankin <nethack.rankin>
Sun, 18 Oct 2009 23:52:39 +0000 (23:52 +0000)
committernethack.rankin <nethack.rankin>
Sun, 18 Oct 2009 23:52:39 +0000 (23:52 +0000)
     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.

dat/opthelp
doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes34.4

index 31a216c3f7e6c21a340cc85812c6da33f9a4778e..62ff37bed533e90244a37845fc691e72a4b1efbe 100644 (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]
index b47534a932a5630b91da1b785fe1b404814d6782..788597331fa433ec6c1f47f87b7a8720e4bdbea0 100644 (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
index 9ccf7807944b4a0ed1b7367e6e0796643c270bf7..fdd0396430025a2b3a7855f92f60e0efc92eedf9 100644 (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
index 98d1fbad76279e141614c54b36df14b014adf392..ef8c204e0ba3c0a1c07b78f8e7a450d750eddd8e 100644 (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