fix #K3966 - Guidebook error for encumbrance
The 'status' section early in the Guidebook says that encumbrance is one of "Unencumbered, Encumbered, Stressed" and so on. The second in the list should say "Burdened" rather than "Encumbered".
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.\" $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.464 $ $NHDT-Date: 1655461129 2022/06/17 10:18:49 $
|
||||
.\" $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.527 $ $NHDT-Date: 1690870385 2023/08/01 06:13:05 $
|
||||
.\"
|
||||
.\" This is an excerpt from the 'roff' man page from the 'groff' package.
|
||||
.\"+--
|
||||
@@ -37,7 +37,7 @@
|
||||
.ds f0 "\*(vr
|
||||
.ds f1
|
||||
.\"DO NOT REMOVE NH_DATESUB .ds f2 "DATE(%B %-d, %Y)
|
||||
.ds f2 "July 13, 2023
|
||||
.ds f2 "July 31, 2023
|
||||
.
|
||||
.\" A note on some special characters:
|
||||
.\" \(lq = left double quote
|
||||
@@ -396,7 +396,7 @@ Not shown when \fBNormal\fP.
|
||||
.lp ""
|
||||
Encumbrance:
|
||||
an indication of how what you are carrying affects your ability to move.
|
||||
Values are \fBUnencumbered\fP, \fBEncumbered\fP, \fBStressed\fP,
|
||||
Values are \fBUnencumbered\fP, \fBBurdened\fP, \fBStressed\fP,
|
||||
\fBStrained\fP, \fBOvertaxed\fP, and \fBOverloaded\fP.
|
||||
Not shown when \fBUnencumbered\fP.
|
||||
.lp ""
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
\author{Original version - Eric S. Raymond\\
|
||||
(Edited and expanded for 3.7.0 by Mike Stephenson and others)}
|
||||
%DO NOT REMOVE NH_DATESUB \date{DATE(%B %-d, %Y)}
|
||||
\date{July 13, 2023}
|
||||
\date{July 31, 2023}
|
||||
|
||||
\maketitle
|
||||
|
||||
@@ -451,7 +451,7 @@ Not shown when {\it Normal}.
|
||||
%.lp ""
|
||||
Encumbrance:
|
||||
an indication of how what you are carrying affects your ability to move.
|
||||
Values are {\it Unencumbered}, {\it Encumbered}, {\it Stressed},
|
||||
Values are {\it Unencumbered}, {\it Burdened}, {\it Stressed},
|
||||
{\it Strained}, {\it Overtaxed}, and {\it Overloaded}.
|
||||
Not shown when {\it Unencumbered}.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user