]> granicus.if.org Git - nethack/commit
container_contents() vs show goods
authorPatR <rankin@nethack.org>
Wed, 26 Dec 2018 01:07:45 +0000 (17:07 -0800)
committerPatR <rankin@nethack.org>
Wed, 26 Dec 2018 01:07:45 +0000 (17:07 -0800)
commitcae50298b653b45fe8137caf5cd66ba172caf6a1
treefc86c0d7f0d153a59cea4b0a4f3cb78df4f1e4c8
parent96eebc195534464b8ebdbb5f5ca2877d61cdc456
container_contents() vs show goods

Fix another inconsistency with containers in shops:  prices shown when
looking inside.  Apply had them (because shop goods in containers are
flagged as 'unpaid' when hero carries the container), and loot did not
(because they aren't flagged that way).
doc/fixes36.2
src/end.c
src/shk.c