mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-12 11:12:56 +03:00
Fixes issue with missing weapons on graves
http://epochmod.com/forum/index.php?/topic/5092-player-grave/?p=33281
This commit is contained in:
@@ -3157,7 +3157,7 @@ class CfgVehicles {
|
|||||||
destrType = "DestructNo";
|
destrType = "DestructNo";
|
||||||
model = "\z\addons\dayz_epoch\models\skeleton.p3d";
|
model = "\z\addons\dayz_epoch\models\skeleton.p3d";
|
||||||
transportMaxMagazines = 80;
|
transportMaxMagazines = 80;
|
||||||
transportMaxWeapons = 15;
|
transportMaxWeapons = 20;
|
||||||
transportMaxBackpacks = 1;
|
transportMaxBackpacks = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user