]> granicus.if.org Git - nethack/commitdiff
06009 - D/BUCX documentation
authorcohrs <cohrs>
Mon, 5 Aug 2002 00:20:10 +0000 (00:20 +0000)
committercohrs <cohrs>
Mon, 5 Aug 2002 00:20:10 +0000 (00:20 +0000)
doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes34.1

index 09c34cefa5c7883a09a8b686903d31cd39d6e136..b3400b902f78490f279bb265af09a016136cca23 100644 (file)
@@ -504,11 +504,16 @@ Panic button.  Quit the game.
 Drop something.  Ex. ``d7a'' means drop seven items of object \fIa\fP.
 .lp D
 Drop several things.  In answer to the question
-``What kinds of things do you want to drop? [!%= aium]''
+``What kinds of things do you want to drop? [!%= BUCXaium]''
 you should type zero or more object symbols possibly followed by 
-`a' and/or `i' and/or `u' and/or `m'.
+`a' and/or `i' and/or `u' and/or `m'.  In addition, one or more of
+the blessed/uncursed/cursed groups may be typed.
 .sd
 .si
+DB  - drop all objects known to be blessed.
+DU  - drop all objects known to be uncursed.
+DC  - drop all objects known to be cursed.
+DX  - drop all objects of unknown B/U/C status.
 Da  - drop all objects, without asking for confirmation.
 Di  - examine your inventory before dropping anything.
 Du  - drop only unpaid objects (when in a shop).
index 3b896a5e4ce706b94ecfec5c531ad84d62a9c1a1..13cdef093694aecd2a48d9a2ccd1a5cd675920f7 100644 (file)
@@ -27,7 +27,7 @@
 \begin{document}
 %
 % input file: guidebook.mn
-% $Revision: 1.46 $ $Date: 2002/07/28 10:45:46 $
+% $Revision: 1.47 $ $Date: 2002/08/04 16:48:05 $
 %
 %.ds h0 "
 %.ds h1 %.ds h2 \%
@@ -677,13 +677,19 @@ Drop something.\\
 %.lp
 \item[\tb{D}]
 Drop several things.  In answer to the question
-``{\tt What kinds of things do you want to drop? [!\%= aium]}''
+``{\tt What kinds of things do you want to drop? [!\%= BUCXaium]}''
 you should type zero or more object symbols possibly followed by
-`{\tt a}' and/or `{\tt i}' and/or `{\tt u}' and/or `{\tt m}'.\\
+`{\tt a}' and/or `{\tt i}' and/or `{\tt u}' and/or `{\tt m}'.
+In addition, one or more of
+the blessed/uncursed/cursed groups may be typed.\\
 %.sd
 %.si
+{\tt DB}  --- drop all objects known to be blessed.\\
+{\tt DU}  --- drop all objects known to be uncursed.\\
+{\tt DC}  --- drop all objects known to be cursed.\\
+{\tt DX}  --- drop all objects of unknown B/U/C status.\\
 {\tt Da}  --- drop all objects, without asking for confirmation.\\
-{\tt Di}  --- examine your intentory before dropping anything.\\
+{\tt Di}  --- examine your inventory before dropping anything.\\
 {\tt Du}  --- drop only unpaid objects (when in a shop).\\
 {\tt Dm}  --- use a menu to pick which object(s) to drop.\\
 {\tt D\%u} --- drop only unpaid food.
index 09a59edfb09a647b57968f0dd64110a4365ffb8b..df043f12717c51f522aa0a15eb1f48d09b7634f2 100644 (file)
@@ -179,6 +179,7 @@ effect of wearing or removing the Eyes of the Overworld took effect on the
        next move, but should take effect immediately.
 dragon scale mail is magic armor
 invoking or applying an artifact must pass a touch_artifact check
+document 'D'rop BUCX behavior in the Guidebook
 
 
 Platform- and/or Interface-Specific Fixes