]> granicus.if.org Git - nethack/commit
fix B14021 - inconsistent menu styles
authornethack.rankin <nethack.rankin>
Sat, 14 Dec 2002 11:53:22 +0000 (11:53 +0000)
committernethack.rankin <nethack.rankin>
Sat, 14 Dec 2002 11:53:22 +0000 (11:53 +0000)
commit137bd330e44d17fee47f8a74c2d6befed8fceca9
treec7bb154fbe84669552be2fe944bc791a92f7dd48
parent5fcbf50f2c2a1ca0284a2ad1e8e8b02a47d67c99
fix B14021 - inconsistent menu styles

     Menu styles `partial' and `full' will let you remove any type of
item from the three weapon slots via the 'A' command, but `traditional'
and `combination' would only do that for the primary weapon slot.  For
the alternate weapon and quiver slots, the item in question had to be
one which can normally be wielded or worn, otherwise when choosing the
object class letter you'd be told that it was "Not applicable."  And
for wearable items, you needed to be really wearing one of that class
(besides the quivered one) or else you'd get "not wearing any amulet"
or similar.
doc/fixes34.1
include/extern.h
src/hacklib.c
src/invent.c