fixes entry for PR #876 - shop impossible \

when splitting a stack of named, shop-owned objects

Pull request from entrez:  when perm_invent is on, splitting an unpaid
stack would issue impossible "unpaid_cost: object wasn't on any bill"
while cloning the new stack's name from the old stack.

Fixes #876
This commit is contained in:
PatR
2022-09-19 19:01:35 -07:00
parent 7e96026b44
commit 2a0d88823f

View File

@@ -1021,6 +1021,8 @@ better feedback from detect unseen
make public server admin messages use urgent_pline
cannot kick while squeezed on top of a boulder
room stocking would put multiple items on the same spot
splitting a stack of named, shop-owned objects while perm_invent is enabled
produced impossible "unpaid_cost: object wasn't on any bill."
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository