Files
VOREStation/code/modules/client
ARGUS edf2ebb557 Fix Copy Slot sharing references between loadout slots (#19296)
copy_loadout used check_list_copy on the outer gear list only,
leaving the inner tweak metadata lists as shared references.
Modifications to gear tweaks in the copied slot would write
into the shared inner lists, affecting the original slot until
a save/reload cycle broke the reference.

Fix: deep copy both levels, matching the pattern used for
body_markings in 03_body.dm.
2026-03-17 20:20:25 +01:00
..
2026-03-11 21:21:02 +01:00
2026-03-02 22:57:27 +01:00
2026-03-13 23:10:39 +01:00
2026-03-15 02:54:17 -04:00
2025-09-11 17:28:20 +02:00
2026-01-25 13:18:03 -08:00