]> granicus.if.org Git - nethack/commit
fix B14020 - unquivering with 'A'
authornethack.rankin <nethack.rankin>
Sat, 14 Dec 2002 11:22:10 +0000 (11:22 +0000)
committernethack.rankin <nethack.rankin>
Sat, 14 Dec 2002 11:22:10 +0000 (11:22 +0000)
commit5fcbf50f2c2a1ca0284a2ad1e8e8b02a47d67c99
tree5202b22f5552be28656dbe6f8a08fc54ac0797ac
parent6b121e3231cbda51313d069dbf27150bc04249e8
fix B14020 - unquivering with 'A'

     Ahe 'A' command would not let you remove a cursed item from the
quiver or alternate weapon slot.  But other commands such as drop or
quiver would let you get rid of such things since they aren't considered
to be welded in place the way a wielded weapon is.

     This seemingly minor bug is more significant than first appears
because it opens a loophole to allow you determine whether any held item
is cursed:  quiver it, try to remove it with 'A' and possibly be told
that it's cursed, really remove it with 'Q' if so.
doc/fixes34.1
src/do_wear.c