Files
nethack/doc/fixes3-7-0.txt
T
PatR 37a7e62be5 pull request #1237 - bill_dummy_object() is
overcharging when using up a stack instead of single item

Pull request by entrez:  shop bill was being inflated by item count
if more that one unpaid item got used up at once.  Lighting N unpaid
candles charged N * N * single_candle_price instead of the intended
N * single_candle_price.

This PR was in response to issue #1236 by Xdminsy:  usage fees for
applying more unpaid candles are multiplied by amount once more.

Closes #1237
Closes #1236
2024-04-27 23:20:27 -07:00

180 KiB