Skip to content

Commit

Permalink
Ballistics - Remove ace mags from incompatible weapons (#6930)
Browse files Browse the repository at this point in the history
Close #6924

Co-Authored-By: drofseh <[email protected]>
  • Loading branch information
2 people authored and TheMagnetar committed Apr 9, 2019
1 parent ec4013d commit 2cb7860
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions addons/ballistics/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,28 +107,28 @@ class CfgMagazineWells {
"ACE_30Rnd_65x47_Scenar_mag",
"ACE_20Rnd_65x47_Scenar_mag"
};
};
};

class CBA_338LM_AI { //338 Lapua Magnum Accuracy International
ADDON[] = {
"ACE_10Rnd_338_300gr_HPBT_Mag",
"ACE_10Rnd_338_API526_Mag"
};
};
};

class CBA_408CT_Inter {
ADDON[] = {
"ACE_7Rnd_408_305gr_Mag"
};
};

class CBA_50BMG_M107 {
class CBA_50BMG_M107 {
ADDON[] = {
"ACE_5Rnd_127x99_Mag",
"ACE_5Rnd_127x99_API_Mag",
"ACE_5Rnd_127x99_AMAX_Mag"
};
};
};

class CBA_9x19_P226 { // SIG P226
ADDON[] = {
Expand Down Expand Up @@ -161,30 +161,5 @@ class CfgMagazineWells {
"ACE_10Rnd_762x54_Tracer_mag"
};
};
class CBA_762x54R_Mosin {
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
};
};
class CBA_762x54R_SVT {
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
};
};
class CBA_762x54R_DPM {
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
};
};
class CBA_762x54R_DT {
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
};
};
class CBA_762x54R_Maxim {
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
};
};

};

0 comments on commit 2cb7860

Please sign in to comment.