Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Add missing muzzle to arsenal list
  • Loading branch information
peckcat committed Dec 3, 2023
1 parent 19fd37c commit 3d16ee3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Missionframework/presets/arsenal/custom_NATO.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,10 @@ GRLIB_arsenal_items = [
"muzzle_snds_338_black", // Sound Suppressor (.338, Black)
"muzzle_snds_338_green", // Sound Suppressor (.338, Green)
"muzzle_snds_338_sand", // Sound Suppressor (.338, Sand)
// - NGA - Next Generation Armory
"NGSW_M250_muzzle",
"NGSW_MG338_muzzle",
"SigSLX68",

// Bipods ------------------------------------------------------------------
"bipod_01_f_blk", // Bipod (Black) [NATO]
Expand Down
5 changes: 4 additions & 1 deletion Missionframework/presets/arsenal/custom_blufor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ GRLIB_arsenal_magazines = [
"UGL_FlareWhite_F",
"UGL_FlareYellow_F",
// - ACE
"ACE_100Rnd_65x39_caseless_mag_Tracer_Dim",
"ACE_100Rnd_65x39_caseless_mag_Tracer_Dim",
"ACE_10Rnd_127x99_AMAX_Mag",
"ACE_10Rnd_127x99_API_Mag",
"ACE_10Rnd_127x99_Mag",
Expand Down Expand Up @@ -1568,6 +1568,9 @@ GRLIB_arsenal_items = [
"rhsusf_acc_SR25S_d",
"rhsusf_acc_SR25S_wd",
"rhsusf_acc_SR25S",
// - NGA - Next Generation Armory
"NGSW_M250_muzzle",
"NGSW_MG338_muzzle",
"SigSLX68",

// Bipods ------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions Missionframework/presets/arsenal/custom_west.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,10 @@ GRLIB_arsenal_items = [
"rhsusf_acc_SR25S_d", // SR-25 Rifle Suppressor (Desert)
"rhsusf_acc_SR25S_wd", // SR-25 Rifle Suppressor (Woodland)
"rhsusf_acc_SR25S", // SR-25 Rifle Suppressor
// - NGA - Next Generation Armory
"NGSW_M250_muzzle",
"NGSW_MG338_muzzle",
"SigSLX68",

// Bipods ------------------------------------------------------------------
// - RHS USAF
Expand Down

0 comments on commit 3d16ee3

Please sign in to comment.