This commit is contained in:
2025-06-08 23:20:58 +03:00
parent c490b3d70a
commit dc5f59a102
3 changed files with 7 additions and 8 deletions

View File

@@ -38,6 +38,10 @@ _crate setVariable ["KP_liberation_crate_value", _amount, true];
// Add ACE carry functionality
if (KP_liberation_ace) then {[_crate, true, [0, 1.5, 0], 0] remoteExec ["ace_dragging_fnc_setCarryable"];};
// WIP - doesn't seem to work properly
// Change size to 1
[_crate, 1] call ace_cargo_fnc_setSize;
// Process KP object init
[_crate] call KPLIB_fnc_addObjectInit;