fix buglist entry: menu upon request

For "traditional" menu style, pickup and #loot/apply can't accept an 'm'
response to bring up a menu upon request when all items involved are of
the same class, because the prompt where that response is allowed only
gets issued when multiple classes are present.

Also allow 'm' prefix for pickup.
This commit is contained in:
nethack.allison
2003-01-11 17:28:31 +00:00
parent d1c2a37deb
commit 29bdf381e6

View File

@@ -356,6 +356,8 @@ restore monster creation sanity checks to wizard mode ^G command
prevent recoil from hurtling you through narrow areas that you wouldn't
be able to move through intentionally
grammar in cause of death when killed by slipping while mounting named steed
ensure `m'enu is still an available traditional menu choice for
menu-upon-request even when there is only one class of object present
Platform- and/or Interface-Specific Fixes
@@ -423,3 +425,5 @@ eating newt corpse or tin of same can boost magical energy (Malcolm Ryan)
applying a eucalyptus leaf produces a whistle effect (Malcolm Ryan)
hobbits can wear elven mithril-coats
eating mimics now has an hallucination effect
prefix pickup command with 'm' to force menu of all objects present