From 43fccfd2fd4ee50e5023eebbff10cfcad7c82c75 Mon Sep 17 00:00:00 2001 From: ZluskeN Date: Wed, 3 Nov 2021 04:10:33 +0100 Subject: [PATCH] Cyrus magazine incorrectly configured as a belt (#8652) --- addons/reload/CfgMagazines.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/reload/CfgMagazines.hpp b/addons/reload/CfgMagazines.hpp index 965bc3c225..e7a7d8e041 100644 --- a/addons/reload/CfgMagazines.hpp +++ b/addons/reload/CfgMagazines.hpp @@ -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; };