From d69f078b7e1a46705b364e2d423ab9d7e4169c53 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sun, 18 Oct 2009 23:52:39 +0000 Subject: [PATCH] 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. --- dat/opthelp | 2 +- doc/Guidebook.mn | 2 +- doc/Guidebook.tex | 4 ++-- doc/fixes34.4 | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dat/opthelp b/dat/opthelp index 31a216c3f..62ff37bed 100644 --- a/dat/opthelp +++ b/dat/opthelp @@ -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] diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index b47534a93..788597331 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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 diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 9ccf78079..fdd039643 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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 diff --git a/doc/fixes34.4 b/doc/fixes34.4 index 98d1fbad7..ef8c204e0 100644 --- a/doc/fixes34.4 +++ b/doc/fixes34.4 @@ -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