Update CSW RHS compat for new Mk-19 ammo type (#7354)

* Update RHS compat for new Mk-19 ammo type

* Formatting fix
This commit is contained in:
Brandon Danyluk 2020-01-02 20:57:30 -07:00 committed by PabstMirror
parent 77ce88e1ac
commit fc13775786
2 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,10 @@ class ace_csw_groups {
RHS_48Rnd_40mm_MK19_M430I = 1;
RHS_96Rnd_40mm_MK19_M430I = 1;
};
class GVAR(48Rnd_40mm_MK19_M430A1) {
RHS_48Rnd_40mm_MK19_M430A1 = 1;
RHS_96Rnd_40mm_MK19_M430A1 = 1;
};
class GVAR(48Rnd_40mm_MK19_M1001) {
RHS_48Rnd_40mm_MK19_M1001 = 1;
RHS_96Rnd_40mm_MK19_M1001 = 1;

View File

@ -204,6 +204,15 @@ class cfgMagazines {
model = "\A3\Structures_F_EPB\Items\Military\Ammobox_rounds_F.p3d"; // ammo can instead of any special model so no one gets especially confused over what it is
picture = QPATHTOEF(csw,UI\ammoBox_50bmg_ca.paa);
};
class RHS_48Rnd_40mm_MK19_M430A1;
class GVAR(48Rnd_40mm_MK19_M430A1): RHS_48Rnd_40mm_MK19_M430A1 {
scope = 2;
type = 256;
count = 48;
mass = 40;
model = "\A3\Structures_F_EPB\Items\Military\Ammobox_rounds_F.p3d"; // ammo can instead of any special model so no one gets especially confused over what it is
picture = QPATHTOEF(csw,UI\ammoBox_50bmg_ca.paa);
};
class RHS_48Rnd_40mm_MK19_M1001;
class GVAR(48Rnd_40mm_MK19_M1001): RHS_48Rnd_40mm_MK19_M1001 {
scope = 2;