From c0f1db52d0602a47d29067b090c0b22da8903a7a Mon Sep 17 00:00:00 2001 From: Skaronator Date: Thu, 9 Jan 2014 14:49:29 +0100 Subject: [PATCH] Update Inventory on BAF_Merlin_DZE --- SQF/dayz_code/Configs/cfgVehicles.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 7de53e520..d62b15ff8 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -495,9 +495,9 @@ class CfgVehicles { commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; driverCanSee = 2+16+32; - transportMaxWeapons = 5; - transportMaxMagazines = 25; - transportmaxbackpacks = 3; + transportMaxWeapons = 15; + transportMaxMagazines = 150; + transportmaxbackpacks = 5; }; class MV22; class MV22_DZ : MV22 {