Skip to content

Commit

Permalink
Merge pull request #1401 from Dahlgren/feature/scar-eglm-magwell
Browse files Browse the repository at this point in the history
Magwells - Add 556 STANAG magazines to SCAR EGLM magwell
  • Loading branch information
commy2 authored Jan 5, 2021
2 parents b54436f + c4f1dca commit f2865e3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion addons/jam/magwells_556x45.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@

class CBA_556x45_TYPE97 {}; // QBZ-97 Stick Mags
class CBA_556x45_TYPE97_XL {}; // QBB-97 LSW Drums
class CBA_556x45_SCAR_EGLM {}; // SCAR-L with EGLM/FN40GL/Mk 13 Mod 0 grenage launcher (This extends the length of the magwell and prevents mags that are too short or wide from being used)
class CBA_556x45_SCAR_EGLM { // SCAR-L with EGLM/FN40GL/Mk 13 Mod 0 grenage launcher (This extends the length of the magwell and prevents mags that are too short or wide from being used)
BI_mags[] = {
"30Rnd_556x45_Stanag",
"30Rnd_556x45_Stanag_green",
"30Rnd_556x45_Stanag_red",
"30Rnd_556x45_Stanag_Tracer_Red",
"30Rnd_556x45_Stanag_Tracer_Green",
"30Rnd_556x45_Stanag_Tracer_Yellow",
"30Rnd_556x45_Stanag_Sand",
"30Rnd_556x45_Stanag_Sand_green",
"30Rnd_556x45_Stanag_Sand_red",
"30Rnd_556x45_Stanag_Sand_Tracer_Red",
"30Rnd_556x45_Stanag_Sand_Tracer_Green",
"30Rnd_556x45_Stanag_Sand_Tracer_Yellow"
};
};
class CBA_556x45_SG550 {};

class CBA_556x45_STANAG { // STANAG mags, standard length, including small drums
Expand Down

0 comments on commit f2865e3

Please sign in to comment.