makes supply boxes ignore weight restrictions for drag and carry
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user