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 {