Skip to content

Commit

Permalink
Merge pull request #1644 from Drofseh/JAM-add-FRF2,-Hecate,-22mm-NATO
Browse files Browse the repository at this point in the history
JAM - Add FRF2, Hecate 2, Sterling, and 22mm NATO Spigot magwells
  • Loading branch information
PabstMirror committed Mar 28, 2024
2 parents 38a6278 + de659d9 commit 14ed01e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions addons/jam/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class CfgMagazineWells {


// Grenade/Flare Launchers, ordered lexicographically
#include "magwells_22mm.hpp"
#include "magwells_35mm.hpp"
#include "magwells_40mm.hpp"

Expand Down
1 change: 1 addition & 0 deletions addons/jam/magwells_22mm.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class CBA_22mm_NATO_Spigot {}; // NATO Standard 22mm Spigot Rifle Grenades
5 changes: 3 additions & 2 deletions addons/jam/magwells_50BMG.hpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
class CBA_50BMG_AS50 {}; // Accuracy International AS50
class CBA_50BMG_M107 {}; // M82, M107, G82
class CBA_50BMG_AS50 {}; // Accuracy International AS50
class CBA_50BMG_M107 {}; // M82, M107, G82
class CBA_50BMG_PMG_Hecate_II {}; // PGM Hécate II, PGM Hecate II
2 changes: 2 additions & 0 deletions addons/jam/magwells_762x51.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
class CBA_762x51_FAL_L {}; // FN FAL long mag (25/30 rounds)
class CBA_762x51_FAL_XL {}; // FN FAL drum mag (X-Products 50 round)

class CBA_762x51_FRF2 {}; // FR F2, FR-F2

class CBA_762x51_G3 {}; // H&K G3
class CBA_762x51_G3_L {}; // H&K G3 long mag (25/30 rounds)
class CBA_762x51_G3_XL {}; // H&K G3 drum mag (X-Products 50 round)
Expand Down
3 changes: 2 additions & 1 deletion addons/jam/magwells_9x19.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"30Rnd_9x21_Green_Mag"
};
};
class CBA_9x19_STEN {}; // STEN
class CBA_9x19_STEN {}; // STEN, Lanchester SMG
class CBA_9x19_Sterling {}; // Sterling SMG
class CBA_9x19_STEYR {}; // AUG SMG, MPi, TMP
class CBA_9x19_TT {}; // TT-33 Tokarev in 9x19mm (M48, Tokagypt 58, Type 54)
class CBA_9x19_UMP {}; // HK UMP 9
Expand Down

0 comments on commit 14ed01e

Please sign in to comment.