]> granicus.if.org Git - nethack/commit
fix github issue #154 - #loot in A-autoselect all
authorPatR <rankin@nethack.org>
Sun, 4 Nov 2018 00:45:31 +0000 (17:45 -0700)
committerPatR <rankin@nethack.org>
Sun, 4 Nov 2018 00:45:31 +0000 (17:45 -0700)
commit6002db106c5342e273979ab1d160e67a02efc8f3
treedbc0b31e1180e4293200b84e124f317d907c6368
parent9ca519d9f7fbc860d591d0d2bac3a79a9a52be29
fix github issue #154 - #loot in A-autoselect all

Fixes #154

With menustyle:Full, picking 'A - autoselect all' when putting items
into a container ran code for taking things out and there wasn't any
corresponding code for putting things in.

Add some put-in-everything code.  Taking things out doesn't offer
'A - autoselect all' as a choice so the code mentioned above may now
be dead.  Taking everything out seems like something that's much more
likely to be desired than putting everything in.
doc/fixes36.2
src/pickup.c