Add HuntIR wells

This commit is contained in:
Dedmen Miller 2018-09-29 18:16:00 +02:00
parent df2cf95bef
commit 31ce355af6
4 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,5 @@
class CfgMagazineWells {
class CBA_65x39_MX {
ADDON[] = {
"ACE_30Rnd_65x39_caseless_mag_Tracer_Dim",
@ -14,7 +13,6 @@ class CfgMagazineWells {
};
};
class CBA_556x45_STANAG {
ADDON[] = {
"ACE_30Rnd_556x45_Stanag_M995_AP_mag",
@ -24,7 +22,6 @@ class CfgMagazineWells {
};
};
class CBA_762x51_M14 {
ADDON[] = {
"ACE_20Rnd_762x51_Mag_Tracer",
@ -86,11 +83,6 @@ class CfgMagazineWells {
};
};
//Missing in CBA
//ACE_20Rnd_762x67_Mk248_Mod_0_Mag
//ACE_20Rnd_762x67_Mk248_Mod_1_Mag
@ -107,7 +99,6 @@ class CfgMagazineWells {
};
};
//ACE_7Rnd_408_305gr_Mag
class CBA_50BMG_M107 {

View File

@ -17,6 +17,7 @@ class CfgPatches {
#include "CfgEventHandlers.hpp"
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgMagazineWells.hpp"
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Arsenal_Stats.hpp"

View File

@ -0,0 +1,5 @@
class CfgMagazineWells {
class CBA_40mm_M203 {
ADDON[] = {"ACE_HuntIR_M203"}
};
};

View File

@ -18,6 +18,7 @@ class CfgPatches {
#include "CfgCloudlets.hpp"
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgMagazineWells.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "Dialog.hpp"