Skip to content

Commit

Permalink
Use Weapons Crate instead of Equipment Crate for stryker resupply
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 committed Apr 20, 2024
1 parent ee399ca commit 9619bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/vehicle/fn_vehicle_addInventory.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (_vehicle iskindOf "cav_dragoon_base_F") then {
_vehicle addWeaponWithAttachmentsCargoGlobal [["rhs_weap_m240B","","","rhsusf_acc_su230a",["rhsusf_100Rnd_762x51_m62_tracer",100],[],""],1];

// Supply Crate
["Box_NATO_Equip_F",
["Box_NATO_Wps_F",
GET_CONTAINER("crate_strykerDragoon_resupply"),
_vehicle, nil, "Supply Crate"
] call FUNC(createCargoCrate);
Expand Down

0 comments on commit 9619bd0

Please sign in to comment.