Skip to content

Commit

Permalink
Add Vanilla wells
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Sep 29, 2018
1 parent 31ce355 commit 3cf8cec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions addons/ballistics/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ class CfgMagazineWells {
"ACE_30Rnd_556x45_Stanag_Tracer_Dim"
};
};
class STANAG_556x45 { //Vanilla magwell
ADDON[] = {
"ACE_30Rnd_556x45_Stanag_M995_AP_mag",
"ACE_30Rnd_556x45_Stanag_Mk262_mag",
"ACE_30Rnd_556x45_Stanag_Mk318_mag",
"ACE_30Rnd_556x45_Stanag_Tracer_Dim"
};
};

class CBA_762x51_M14 {
ADDON[] = {
Expand Down Expand Up @@ -130,6 +138,11 @@ class CfgMagazineWells {
};
};

class SVD_762x54R { //Vanilla
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
};
};
class CBA_762x54R_SVD {
ADDON[] = {
"ACE_10Rnd_762x54_Tracer_mag"
Expand Down
3 changes: 3 additions & 0 deletions addons/huntir/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ class CfgMagazineWells {
class CBA_40mm_M203 {
ADDON[] = {"ACE_HuntIR_M203"}
};
class UGL_40x36 { //Vanilla
ADDON[] = {"ACE_HuntIR_M203"}
};
};

0 comments on commit 3cf8cec

Please sign in to comment.