Guidebook: #annotate, #overview

Another issue from old beta-tester mail:  #annotate and #overview were
missing from the list of extended commands.  M-A and M-O were listed
but marked "(if supported)" even though they've become unconditional.
Same for M-R, although in its case #ride wasn't missing.
This commit is contained in:
PatR
2015-11-30 13:49:43 -08:00
parent 0a5fadab68
commit 9b751e7d1c
3 changed files with 585 additions and 561 deletions

View File

@@ -1,4 +1,4 @@
.\" $NHDT-Branch: master $:$NHDT-Revision: 1.186 $ $NHDT-Date: 1448917136 2015/11/30 20:58:56 $
.\" $NHDT-Branch: master $:$NHDT-Revision: 1.187 $ $NHDT-Date: 1448920179 2015/11/30 21:49:39 $
.ds h0 "NetHack Guidebook
.ds h1
.ds h2 %
@@ -846,6 +846,10 @@ or that it will appear in a particular location when inventory listings
are displayed.
``#adjust'' can also be used to split a stack of objects; when
choosing the item to adjust, enter a count prior to its letter.
.lp #annotate
Allows you to specify one line of text to associate with the current
dungeon level. All levels with annotations are displayed by the
``#overview'' command.
.lp #chat
Talk to someone.
.lp #conduct
@@ -874,6 +878,13 @@ Offer a sacrifice to the gods.
.lp ""
You'll need to find an altar to have any chance at success.
Corpses of recently killed monsters are the fodder of choice.
.lp #overview
Display information you've discovered about the dungeon. Any visited
level (unless forgotten due to amnesia) with an annotation is included,
and many things (altars, thrones, fountains, and so on; extra stairs
leading to another dungeon branch) trigger an automatic annotation.
If dungeon overview is chosen during end-of-game disclosure, every visited
level will be included regardless of annotations.
.lp #pray
Pray to the gods for help.
.lp ""
@@ -894,7 +905,7 @@ response of 'y' acknowledges that intent. You can set the
.op paranoid_confirmation
option to require a response of "yes" instead.
.lp #ride
Ride (or stop riding) a monster.
Ride (or stop riding) a saddled creature.
.lp "#rub "
Rub a lamp or a stone.
.lp "#sit "
@@ -943,7 +954,7 @@ option to have nethack combine them into meta+key.
.lp M-a
#adjust
.lp M-A
#annotate (if supported)
#annotate
.lp M-c
#chat
.lp M-C
@@ -967,7 +978,7 @@ option to have nethack combine them into meta+key.
.lp M-o
#offer
.lp M-O
#overview (if supported)
#overview
.lp M-p
#pray
.lp M-q
@@ -975,7 +986,7 @@ option to have nethack combine them into meta+key.
.lp M-r
#rub
.lp M-R
#ride (if supported)
#ride
.lp M-s
#sit
.lp M-t

View File

@@ -1023,6 +1023,11 @@ are displayed.
``{\tt \#adjust}'' can also be used to split a stack of objects; when
choosing the item to adjust, enter a count prior to its letter.
%.lp
\item[\tb{\#annotate}]
Allows you to specify one line of text to associate with the current
dungeon level. All levels with annotations are displayed by the
``{\tt \#overview}'' command.
%.lp
\item[\tb{\#chat}]
Talk to someone.
%.lp
@@ -1062,6 +1067,14 @@ Offer a sacrifice to the gods.\\
You'll need to find an altar to have any chance at success.
Corpses of recently killed monsters are the fodder of choice.
%.lp
\item[\tb{\#overview}]
Display information you've discovered about the dungeon. Any visited
level (unless forgotten due to amnesia) with an annotation is included,
and many things (altars, thrones, fountains, and so on; extra stairs
leading to another dungeon branch) trigger an automatic annotation.
If dungeon overview is chosen during end-of-game disclosure, every visited
level will be included regardless of annotations.
%.lp
\item[\tb{\#pray}]
Pray to the gods for help.\\
%.lp ""
@@ -1084,7 +1097,7 @@ response of `{\tt y}' acknowledges that intent. You can set the
option to require a response of ``{\tt yes}'' instead.
%.lp
\item[\tb{\#ride}]
Ride (or stop riding) a monster.
Ride (or stop riding) a saddled creature.
%.lp
\item[\tb{\#rub}]
Rub a lamp or a stone.
@@ -1146,7 +1159,7 @@ option to have nethack combine them into meta\+key.
{\tt\#adjust}
%.lp
\item[\tb{M-A}]
{\tt\#annotate} (if supported)
{\tt\#annotate}
%.lp
\item[\tb{M-c}]
{\tt\#chat}
@@ -1182,7 +1195,7 @@ option to have nethack combine them into meta\+key.
{\tt\#offer}
%.lp
\item[\tb{M-O}]
{\tt\#overview} (if supported)
{\tt\#overview}
%.lp
\item[\tb{M-p}]
{\tt\#pray}
@@ -1194,7 +1207,7 @@ option to have nethack combine them into meta\+key.
{\tt\#rub}
%.lp
\item[\tb{M-R}]
{\tt\#ride} (if supported)
{\tt\#ride}
%.lp
\item[\tb{M-s}]
{\tt\#sit}

File diff suppressed because it is too large Load Diff