Skip to content

Commit

Permalink
Cyrus magazine incorrectly configured as a belt (acemod#8652)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZluskeN authored and AndreasBrostrom committed Dec 3, 2021
1 parent baf3f59 commit 9043e06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/reload/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ class CfgMagazines {
class 150Rnd_93x64_Mag: CA_Magazine { // Mag for HK121 (MMG_01) [DLC Opfor Heavy Gunner]
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]
ACE_isBelt = 1;
};
Expand Down

0 comments on commit 9043e06

Please sign in to comment.