From: nethack.allison Date: Sat, 11 Jan 2003 17:28:31 +0000 (+0000) Subject: fix buglist entry: menu upon request X-Git-Tag: MOVE2GIT~2236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29bdf381e6e12cf23d2d28024484146f296c0bc2;p=nethack 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. --- diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 810fa4f0f..806ec1380 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -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 +