From: cohrs Date: Mon, 5 Aug 2002 00:20:10 +0000 (+0000) Subject: 06009 - D/BUCX documentation X-Git-Tag: MOVE2GIT~2565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=132586f0b9003e7b63a41f03811979cf5caf93bd;p=nethack 06009 - D/BUCX documentation --- diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 09c34cefa..b3400b902 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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). diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 3b896a5e4..13cdef093 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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. diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 09a59edfb..df043f127 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -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