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:
cohrs
2003-04-05 02:14:52 +00:00
parent 549736e688
commit 420981789e
6 changed files with 9 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ o Open a door
O Show option settings, possibly change them
p Pay your shopping bill
P Put on an accessory (ring, amulet, etc)
q Quaff (drink) something
q Quaff (drink) something (potion, water, etc)
Q Select ammunition for quiver
r Read a scroll or spellbook
R Remove an accessory (ring, amulet, etc)

View File

@@ -125,7 +125,7 @@ Commands:
P Put on an accessory (ring, amulet, etc).
^P Repeat last message (subsequent ^P's repeat earlier messages).
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.
r Read a scroll or spellbook.
R Remove an accessory (ring, amulet, etc).

2
dat/hh
View File

@@ -54,7 +54,7 @@ I Invent list selected parts of your inventory
o open open a door
p pay pay your bill (in a shop)
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
r read read a scroll or spellbook
R remove remove an accessory (ring, amulet, etc)

View File

@@ -5,7 +5,7 @@
.ds vr "NetHack 3.4
.ds f0 "\*(vr
.ds f1
.ds f2 "April 2, 2003
.ds f2 "April 4, 2003
.mt
A Guide to the Mazes of Menace
(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.
The behavior can be varied via the msg_window option.
.lp q
Quaff (drink) a potion.
Quaff (drink) something (potion, water, etc).
.lp Q
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

View File

@@ -27,7 +27,7 @@
\begin{document}
%
% 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 h1 %.ds h2 \%
@@ -40,7 +40,7 @@
%.au
\author{Eric S. Raymond\\
(Extensively edited and expanded for 3.4)}
\date{April 2, 2003}
\date{April 4, 2003}
\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.
%.lp
\item[\tb{q}]
Quaff (drink) a potion.
Quaff (drink) something (potion, water, etc).
%.lp
\item[\tb{Q}]
Select an object for your quiver. You can then throw this using

View File

@@ -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
some Magicbane messages treated "erinys" as plural
initialize artifacts before processing $WIZKIT
clean up inconsistency between various places quaff is documented
Platform- and/or Interface-Specific Fixes