mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-14 19:01:38 +01:00
edf2ebb557
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.