Commit Graph

6 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
71cfd586bc Implement skill contributor tracking to fix multiple items with same skill issue
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
2025-09-03 05:40:59 +00:00
Aaron Kimbrell
5c7ee2de9e fix tests 2025-09-03 05:06:55 -05:00
copilot-swe-agent[bot]
14716185fb Rename FindBehaviorSlotByEquipLocation to FindBehaviorSlot
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
2025-09-02 21:38:58 +00:00
copilot-swe-agent[bot]
f98f7f6545 Remove backward compatibility for FindBehaviorSlot method
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
2025-09-02 21:23:59 +00:00
copilot-swe-agent[bot]
1e04ff1a9e Add enhanced tests for InventoryComponent skill slot assignment
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
2025-09-02 21:12:21 +00:00
copilot-swe-agent[bot]
7be7b37b8d Fix skill slot assignment to use equipLocation instead of itemType
- Add FindBehaviorSlotByEquipLocation method to map equipLocation strings to BehaviorSlot enum
- Update AddItemSkills and RemoveItemSkills to use equipLocation instead of itemType
- This fixes issue where items with same skill but different equipLocations would conflict
- Add unit tests to verify the new behavior
- Based on issue #1339: Server doesn't allow same skill in multiple slots

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
2025-09-02 21:10:50 +00:00