From 631d6767f11f898cd75234c647d0eb2cb88a7d45 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Tue, 3 Dec 2013 15:44:14 -0600 Subject: [PATCH] grave model --- SQF/dayz_code/Configs/cfgVehicles.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 1e194b71f..bdd72ae86 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -3155,13 +3155,9 @@ class CfgVehicles { vehicleClass = "Survival"; displayName = "Grave DZE"; destrType = "DestructNo"; - memoryPointSupply = "collect"; - supplyRadius = 3; + model = "\ca\buildings\Misc\hrobecek.p3d"; transportMaxMagazines = 80; transportMaxWeapons = 5; transportMaxBackpacks = 1; - transportAmmo = 0; - transportRepair = 0; - transportFuel = 0; }; };