Skip to content

Commit

Permalink
Changed supply crate to a smaller one for zeus module spawn T-Enhance…
Browse files Browse the repository at this point in the history
…ment

#1079 by AndreasBrostrom
  • Loading branch information
AndreasBrostrom committed Nov 14, 2023
1 parent a9a0534 commit ccba734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cScripts/functions/modules/fn_zenModule_createSupplyCrate.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params ["_modulePos", "_objectPos"];
_arg params ["_size"];
_pos params ["_modulePos"];

private _crate = "B_CargoNet_01_ammo_F" createVehicle _modulePos;
private _crate = "Box_NATO_Equip_F" createVehicle _modulePos;

[_crate, _size] remoteExec [QFUNC(doSupplyCrate), 0, true];

Expand All @@ -42,4 +42,4 @@ params ["_modulePos", "_objectPos"];
},
{},
[_modulePos]
] call zen_dialog_fnc_create;
] call zen_dialog_fnc_create;

0 comments on commit ccba734

Please sign in to comment.