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.
This commit is contained in:
nethack.rankin
2002-12-14 11:22:10 +00:00
parent 6b121e3231
commit 5fcbf50f2c
2 changed files with 13 additions and 3 deletions

View File

@@ -326,6 +326,7 @@ not all cavemen are human, so avoid using human in quest messages
tengu is singular and plural, some rumors were incorrect
don't let leader or nemesis be renamed
non-moving monster are not affected by liquid
'A' command wouldn't remove cursed item from quiver or alternate weapon slot
Platform- and/or Interface-Specific Fixes