From 2b88d2cf5b43f1c409e46c2f90d0b97f2b115613 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Sun, 24 Nov 2013 09:58:24 -0500 Subject: [PATCH] #770 add 10mag slots to gunrack --- SQF/dayz_code/Configs/cfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 705c0ad5b..650a24240 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -1966,7 +1966,7 @@ class CfgVehicles { displayName = "Gun Rack"; vehicleClass = "Fortifications"; transportMaxWeapons = 20; - transportMaxMagazines = 0; + transportMaxMagazines = 10; transportMaxBackpacks = 0; offset[] = {0,2.5,0.5}; removeoutput[] = {{"ItemGunRackKit",1}};