fix deleting worn obj (uchain) impossibility
... when exploding chest trap destroys uchain without using unpunish() to un-wear it first. The '!carried(uball)' clause should be applied to the uball->ox,oy test only, not to both uchain->ox,oy and uball->ox,oy.
This commit is contained in:
@@ -213,6 +213,7 @@ for menustyle traditional, 'D' followed by (B|U|C|X)&m presented a menu of
|
||||
for menustyles traditional or combination, 'A' (or object ID) followed by i
|
||||
displayed an inventory of everything rather than just worn items (or
|
||||
not fully identified items)
|
||||
exploding chest trap would destroy uchain while still worn if uball carried
|
||||
|
||||
post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp
|
||||
post-3.6.0: more sortloot revisions
|
||||
|
||||
Reference in New Issue
Block a user