mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cyrus magazine incorrectly configured as a belt (#8652)
This commit is contained in:
parent
8372f69f4e
commit
43fccfd2fd
@ -12,6 +12,9 @@ class CfgMagazines {
|
|||||||
class 150Rnd_93x64_Mag: CA_Magazine { // Mag for HK121 (MMG_01) [DLC Opfor Heavy Gunner]
|
class 150Rnd_93x64_Mag: CA_Magazine { // Mag for HK121 (MMG_01) [DLC Opfor Heavy Gunner]
|
||||||
ACE_isBelt = 1;
|
ACE_isBelt = 1;
|
||||||
};
|
};
|
||||||
|
class 10Rnd_93x64_DMR_05_Mag: 150Rnd_93x64_Mag { // Mag for Cyrus (DMR_05) [DLC Opfor Sharpshooter]
|
||||||
|
ACE_isBelt = 0;
|
||||||
|
};
|
||||||
class 130Rnd_338_Mag: CA_Magazine { // Mag for LWMMG (MMG_02) [DLC Blufor Heavy Gunner]
|
class 130Rnd_338_Mag: CA_Magazine { // Mag for LWMMG (MMG_02) [DLC Blufor Heavy Gunner]
|
||||||
ACE_isBelt = 1;
|
ACE_isBelt = 1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user