From 9002bdf75678f12fc56f90bb3c310ccbafd20a48 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 10:30:16 -0500 Subject: [PATCH] #751 change the inventory space of new magazines --- SQF/dayz_code/Configs/CfgMagazines.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index 85e218ccf..68f3aca73 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -130,7 +130,15 @@ class CfgMagazines { count = 100; picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa"; }; - + class 100Rnd_556x45_BetaCMag: CA_Magazine { + type="256"; + } + class 75Rnd_545x39_RPK: CA_Magazine { + type="256"; + } + class 100Rnd_556x45: CA_Magazine { + type="256"; + } // Items class ItemHotwireKit: CA_Magazine