Fixes issue with missing weapons on graves

http://epochmod.com/forum/index.php?/topic/5092-player-grave/?p=33281
This commit is contained in:
[VB]AWOL
2013-12-19 12:03:20 -06:00
parent a3525b4ed6
commit ec1bebb2c9

View File

@@ -3157,7 +3157,7 @@ class CfgVehicles {
destrType = "DestructNo";
model = "\z\addons\dayz_epoch\models\skeleton.p3d";
transportMaxMagazines = 80;
transportMaxWeapons = 15;
transportMaxWeapons = 20;
transportMaxBackpacks = 1;
};
};