makes supply boxes ignore weight restrictions for drag and carry

This commit is contained in:
2024-01-28 21:14:22 -08:00
parent 018255a9ab
commit 49fa0c39d2
2 changed files with 7 additions and 3 deletions

View File

@@ -96,4 +96,6 @@ clearWeaponCargoGlobal _box;
[_box,1] call ace_cargo_fnc_setSize;
true;
// ignore weight restrictions for carry/drag
_box setVariable ["ace_ignoreWeightCarry", true, true];
_box;