From e3bfbb595d15f2e15a05ccac2a22f6bbc9406b42 Mon Sep 17 00:00:00 2001 From: Freddo Date: Sat, 29 Aug 2020 15:58:39 +0200 Subject: [PATCH 1/3] Add 556 Galil magwell --- addons/jam/magwells_556x45.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/jam/magwells_556x45.hpp b/addons/jam/magwells_556x45.hpp index f2faf7a8a..7b38a0b97 100644 --- a/addons/jam/magwells_556x45.hpp +++ b/addons/jam/magwells_556x45.hpp @@ -1,6 +1,7 @@ class CBA_556x45_AK {}; // AK mags for 5.56 AK type rifles, AK-101, AK-102, etc. class CBA_556x45_RPK {}; // 45rnd RPK mags for 5.56 RPK-201 class CBA_556x45_FAMAS {}; // FAMAS F1 + class CBA_556x45_GALIL {}; // IMI Galil class CBA_556x45_G36 {}; // H&K G36 class CBA_556x45_HK33 {}; // H&K 33/53/93 class CBA_556x45_M21 {}; // Zastava M21 From 444948033e3ce5766f03dbf5652bd9d14c766721 Mon Sep 17 00:00:00 2001 From: Freddo Date: Sat, 29 Aug 2020 16:04:44 +0200 Subject: [PATCH 2/3] Add 762x51 Galil magwell --- addons/jam/magwells_762x51.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/jam/magwells_762x51.hpp b/addons/jam/magwells_762x51.hpp index d70f09702..75cd51f81 100644 --- a/addons/jam/magwells_762x51.hpp +++ b/addons/jam/magwells_762x51.hpp @@ -46,6 +46,7 @@ class CBA_762x51_SCAR {}; // SCAR-H class CBA_762x51_SCAR_EGLM {}; // SCAR-H 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_762x51_SIGAMT {}; // SIG 510-4, AMT + class CBA_762x51_GALIL {}; // IMI Galil //Deprecated classes do not use class CBA_762x51_SR25 {}; // DEPRECATED, use CBA_762x51_AR10 instead. From 7bfbae7c25b38815235d9214b4920ab618e30ace Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 9 Oct 2020 12:42:51 -0500 Subject: [PATCH 3/3] alphabetized --- addons/jam/magwells_762x51.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/jam/magwells_762x51.hpp b/addons/jam/magwells_762x51.hpp index 75cd51f81..9e079e2bc 100644 --- a/addons/jam/magwells_762x51.hpp +++ b/addons/jam/magwells_762x51.hpp @@ -20,6 +20,8 @@ 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) + class CBA_762x51_GALIL {}; // IMI Galil + class CBA_762x51_HK417 {}; // H&K 417 class CBA_762x51_HK417_L {}; // H&K417 long mag (25/30 rounds) class CBA_762x51_HK417_XL {}; // H&K417 drum mag (50 rounds) @@ -46,7 +48,6 @@ class CBA_762x51_SCAR {}; // SCAR-H class CBA_762x51_SCAR_EGLM {}; // SCAR-H 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_762x51_SIGAMT {}; // SIG 510-4, AMT - class CBA_762x51_GALIL {}; // IMI Galil //Deprecated classes do not use class CBA_762x51_SR25 {}; // DEPRECATED, use CBA_762x51_AR10 instead.