diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 1f50e7df7..1e194b71f 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -3150,6 +3150,18 @@ class CfgVehicles { lockedClass = "LockboxStorageLocked"; packedClass = "WeaponHolder_ItemLockbox"; }; - - + class GraveDZE: Land_A_tent + { + vehicleClass = "Survival"; + displayName = "Grave DZE"; + destrType = "DestructNo"; + memoryPointSupply = "collect"; + supplyRadius = 3; + transportMaxMagazines = 80; + transportMaxWeapons = 5; + transportMaxBackpacks = 1; + transportAmmo = 0; + transportRepair = 0; + transportFuel = 0; + }; };