]> granicus.if.org Git - nethack/commitdiff
fix buglist entry: menu upon request
authornethack.allison <nethack.allison>
Sat, 11 Jan 2003 17:28:31 +0000 (17:28 +0000)
committernethack.allison <nethack.allison>
Sat, 11 Jan 2003 17:28:31 +0000 (17:28 +0000)
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.

doc/fixes34.1

index 810fa4f0fdcd28a5b3e3d2f8c9f5786c57e2213f..806ec138050117e99b5ce2a35649b03a380dd4b1 100644 (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
+