Skip to content

Commit

Permalink
Update fn_init_logistics.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarenx authored Oct 12, 2023
1 parent 376703d commit 64a6431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cScripts/functions/init/fn_init_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private _dataArray = [

// Ammo
["rhs_mag_30Rnd_556x45_M855A1_PMAG", 0],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", 250],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", 50],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan", 0],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan_Tracer_Red", 0],
["ACE_30Rnd_556x45_Stanag_M995_AP_mag", 0],
Expand Down Expand Up @@ -204,7 +204,7 @@ private _dataArray = [

// Ammo
["rhs_mag_30Rnd_556x45_M855A1_PMAG", 0],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", 250],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", 50],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan", 0],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan_Tracer_Red", 0],
["rhs_mag_30Rnd_556x45_Mk262_PMAG", 0],
Expand Down Expand Up @@ -430,7 +430,7 @@ private _dataArray = [

// Ammo
["rhs_mag_30Rnd_556x45_M855A1_PMAG", 0],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", 250],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", 50],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan", 0],
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan_Tracer_Red", 0],
["ACE_30Rnd_556x45_Stanag_M995_AP_mag", 0],
Expand Down

0 comments on commit 64a6431

Please sign in to comment.