looting gold
commit529dad8ef15d255e00ba2d75dd9a92d5030d97f5
authorPatR <rankin@nethack.org>
Mon, 14 Mar 2016 00:45:18 +0000 (13 17:45 -0700)
committerPatR <rankin@nethack.org>
Mon, 14 Mar 2016 00:45:18 +0000 (13 17:45 -0700)
tree35da09d6657ba48c3f2e16c4e1c7f240ef634ed8
parentb3b4953020d44fce51bdb5323d3517a2eee66b1f
looting gold

When removing items from a container via menu, list gold as '$'
instead of 'a' when it is the first item.  Requested during beta
testing last year....

When gold isn't first ('sortpack' false, or custom 'inv_order[]'),
it uses the next letter in sequence instead of '$', otherwise it
would be the only item out of sequence.
src/options.c
src/pickup.c