Skip to content

Commit

Permalink
Added Weapons Squad inventory to MRAP
Browse files Browse the repository at this point in the history
- Added Weapons squad inventory to MK19 MRAP/Battlebuss.
  • Loading branch information
Zarenx committed Oct 8, 2024
1 parent 6a505a8 commit adaaa60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cScripts/functions/vehicle/fn_vehicle_addInventory.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ if (_vehicle iskindOf "MRAP_01_base_F") then {
GET_CONTAINER("vehicle_HMMWV")
] call FUNC(setCargo);
};
case "rhsusf_M1237_MK19_usarmy_d";
case "rhsusf_M1237_MK19_usarmy_W";
case "rhsusf_m1165a1_gmv_mk19_m240_socom_d";
case "rhsusf_m1165a1_gmv_mk19_m240_socom_w": {
[_vehicle,
Expand Down

0 comments on commit adaaa60

Please sign in to comment.