autopickup_exception doc update
This commit is contained in:
+3
-1
@@ -5,7 +5,7 @@
|
|||||||
.ds vr "NetHack 3.4
|
.ds vr "NetHack 3.4
|
||||||
.ds f0 "\*(vr
|
.ds f0 "\*(vr
|
||||||
.ds f1
|
.ds f1
|
||||||
.ds f2 "November 25, 2003
|
.ds f2 "December 1, 2003
|
||||||
.mt
|
.mt
|
||||||
A Guide to the Mazes of Menace
|
A Guide to the Mazes of Menace
|
||||||
(Guidebook for NetHack)
|
(Guidebook for NetHack)
|
||||||
@@ -2356,10 +2356,12 @@ Here's a couple of examples of autopickup_exceptions:
|
|||||||
.si
|
.si
|
||||||
autopickup_exception="<*arrow"
|
autopickup_exception="<*arrow"
|
||||||
autopickup_exception=">*corpse"
|
autopickup_exception=">*corpse"
|
||||||
|
autopickup_exception=">* cursed*"
|
||||||
.ei
|
.ei
|
||||||
.ed
|
.ed
|
||||||
The first example above will result in autopickup of any type of arrow.
|
The first example above will result in autopickup of any type of arrow.
|
||||||
The second example results in the exclusion of any corpse from autopickup.
|
The second example results in the exclusion of any corpse from autopickup.
|
||||||
|
The last example results in the exclusion of items known to be cursed from autopickup.
|
||||||
.hn 2
|
.hn 2
|
||||||
Configuring User Sounds
|
Configuring User Sounds
|
||||||
.pg
|
.pg
|
||||||
|
|||||||
+4
-2
@@ -27,7 +27,7 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
%
|
%
|
||||||
% input file: guidebook.mn
|
% input file: guidebook.mn
|
||||||
% $Revision: 1.78 $ $Date: 2003/11/23 21:51:15 $
|
% $Revision: 1.79 $ $Date: 2003/11/26 08:37:08 $
|
||||||
%
|
%
|
||||||
%.ds h0 "
|
%.ds h0 "
|
||||||
%.ds h1 %.ds h2 \%
|
%.ds h1 %.ds h2 \%
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
%.au
|
%.au
|
||||||
\author{Eric S. Raymond\\
|
\author{Eric S. Raymond\\
|
||||||
(Extensively edited and expanded for 3.4)}
|
(Extensively edited and expanded for 3.4)}
|
||||||
\date{November 25, 2003}
|
\date{December 1, 2003}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
@@ -2897,10 +2897,12 @@ Here's a couple of examples of autopickup\_exceptions:
|
|||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
autopickup_exception="<*arrow"
|
autopickup_exception="<*arrow"
|
||||||
autopickup_exception=">*corpse"
|
autopickup_exception=">*corpse"
|
||||||
|
autopickup_exception=">* cursed*"
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
The first example above will result in autopickup of any type of arrow.
|
The first example above will result in autopickup of any type of arrow.
|
||||||
The second example results in the exclusion of any corpse from autopickup.
|
The second example results in the exclusion of any corpse from autopickup.
|
||||||
|
The last example results in the exclusion of items known to be cursed from autopickup.
|
||||||
|
|
||||||
%.lp
|
%.lp
|
||||||
%.hn 2
|
%.hn 2
|
||||||
|
|||||||
Reference in New Issue
Block a user