fix(ui): assess retained items on right click
Port UIElement_ItemList's physical-item right-click branch through the shared retained list. Select and appraise backpack, loot, paperdoll, and shortcut items through their canonical owners, while preventing RMB movement from lifting items or issuing appraisal requests. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
5ad32d5753
commit
2dd5cb80d2
17 changed files with 264 additions and 5 deletions
|
|
@ -33,7 +33,9 @@ presentation; its connected gate passed. The existing magnifying-glass Assess
|
|||
command was already retail-faithful. World right-click assessment now follows
|
||||
the configurable `SelectRight` action's retail release-completed gesture,
|
||||
including drag cancellation, then reuses the canonical
|
||||
picker/selection/appraisal path. Slice 3's first connected gate exposed
|
||||
picker/selection/appraisal path. The parallel retained ItemList branch now
|
||||
selects and appraises occupied inventory, external-container, paperdoll, and
|
||||
physical-shortcut cells through the same request owner. Slice 3's first connected gate exposed
|
||||
three deeper defects, now corrected: the response enum mislabeled ACE's
|
||||
creature bit `0x0100` and dropped monster packets while retaining the busy
|
||||
cursor; the imported 310 x 400 examination layout was incorrectly hosted as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue