Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAM - Add FRF2, Hecate 2, Sterling, and 22mm NATO Spigot magwells #1644

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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