quaffing documentation
some of the places quaff was documented tried to be general about what it applied to, but other places, including the Guidebook, were not.
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ o Open a door
|
|||||||
O Show option settings, possibly change them
|
O Show option settings, possibly change them
|
||||||
p Pay your shopping bill
|
p Pay your shopping bill
|
||||||
P Put on an accessory (ring, amulet, etc)
|
P Put on an accessory (ring, amulet, etc)
|
||||||
q Quaff (drink) something
|
q Quaff (drink) something (potion, water, etc)
|
||||||
Q Select ammunition for quiver
|
Q Select ammunition for quiver
|
||||||
r Read a scroll or spellbook
|
r Read a scroll or spellbook
|
||||||
R Remove an accessory (ring, amulet, etc)
|
R Remove an accessory (ring, amulet, etc)
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ Commands:
|
|||||||
P Put on an accessory (ring, amulet, etc).
|
P Put on an accessory (ring, amulet, etc).
|
||||||
^P Repeat last message (subsequent ^P's repeat earlier messages).
|
^P Repeat last message (subsequent ^P's repeat earlier messages).
|
||||||
The behavior can be varied via the msg_window option.
|
The behavior can be varied via the msg_window option.
|
||||||
q Drink (quaff) a potion.
|
q Drink (quaff) something (potion, water, etc).
|
||||||
Q Select ammunition for quiver.
|
Q Select ammunition for quiver.
|
||||||
r Read a scroll or spellbook.
|
r Read a scroll or spellbook.
|
||||||
R Remove an accessory (ring, amulet, etc).
|
R Remove an accessory (ring, amulet, etc).
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ I Invent list selected parts of your inventory
|
|||||||
o open open a door
|
o open open a door
|
||||||
p pay pay your bill (in a shop)
|
p pay pay your bill (in a shop)
|
||||||
P puton put on an accessory (ring, amulet, etc)
|
P puton put on an accessory (ring, amulet, etc)
|
||||||
q quaff drink a potion
|
q quaff drink something (potion, water, etc)
|
||||||
Q quiver select ammunition for quiver
|
Q quiver select ammunition for quiver
|
||||||
r read read a scroll or spellbook
|
r read read a scroll or spellbook
|
||||||
R remove remove an accessory (ring, amulet, etc)
|
R remove remove an accessory (ring, amulet, etc)
|
||||||
|
|||||||
+2
-2
@@ -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 "April 2, 2003
|
.ds f2 "April 4, 2003
|
||||||
.mt
|
.mt
|
||||||
A Guide to the Mazes of Menace
|
A Guide to the Mazes of Menace
|
||||||
(Guidebook for NetHack)
|
(Guidebook for NetHack)
|
||||||
@@ -573,7 +573,7 @@ Put on a ring or other accessory (amulet, blindfold).
|
|||||||
Repeat previous message. Subsequent ^P's repeat earlier messages.
|
Repeat previous message. Subsequent ^P's repeat earlier messages.
|
||||||
The behavior can be varied via the msg_window option.
|
The behavior can be varied via the msg_window option.
|
||||||
.lp q
|
.lp q
|
||||||
Quaff (drink) a potion.
|
Quaff (drink) something (potion, water, etc).
|
||||||
.lp Q
|
.lp Q
|
||||||
Select an object for your quiver. You can then throw this using
|
Select an object for your quiver. You can then throw this using
|
||||||
the `f' command. (In versions prior to 3.3 this was the command to quit
|
the `f' command. (In versions prior to 3.3 this was the command to quit
|
||||||
|
|||||||
+3
-3
@@ -27,7 +27,7 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
%
|
%
|
||||||
% input file: guidebook.mn
|
% input file: guidebook.mn
|
||||||
% $Revision: 1.62 $ $Date: 2003/03/14 13:50:58 $
|
% $Revision: 1.63 $ $Date: 2003/04/03 10:56:39 $
|
||||||
%
|
%
|
||||||
%.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{April 2, 2003}
|
\date{April 4, 2003}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
@@ -757,7 +757,7 @@ Repeat previous message. Subsequent {\tt \^{}P}'s repeat earlier messages.
|
|||||||
The behavior can be varied via the msg_window option.
|
The behavior can be varied via the msg_window option.
|
||||||
%.lp
|
%.lp
|
||||||
\item[\tb{q}]
|
\item[\tb{q}]
|
||||||
Quaff (drink) a potion.
|
Quaff (drink) something (potion, water, etc).
|
||||||
%.lp
|
%.lp
|
||||||
\item[\tb{Q}]
|
\item[\tb{Q}]
|
||||||
Select an object for your quiver. You can then throw this using
|
Select an object for your quiver. You can then throw this using
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ don't let arrow, rock or dart traps provide an infinite number of objects
|
|||||||
dropping from height or throwing a normal container may damage contents
|
dropping from height or throwing a normal container may damage contents
|
||||||
some Magicbane messages treated "erinys" as plural
|
some Magicbane messages treated "erinys" as plural
|
||||||
initialize artifacts before processing $WIZKIT
|
initialize artifacts before processing $WIZKIT
|
||||||
|
clean up inconsistency between various places quaff is documented
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific Fixes
|
Platform- and/or Interface-Specific Fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user