From 133a26e8183906b2d2d8388b0886d41e712702ff Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 2 Dec 2013 10:02:38 -0500 Subject: [PATCH] #762 add more fortifications fixed round bag --- SQF/dayz_code/Configs/cfgVehicles.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 58a9fcbd4..1f50e7df7 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -1597,12 +1597,12 @@ class CfgVehicles { scope = 2; destrType = "DestructNo"; cost = 100; - model = "\Ca\misc3\fort_bagfence_round"; - icon = "\Ca\misc3\data\Icons\icon_fortBagFenceRound_ca.paa"; + model = "\ca\misc2\BagFenceRound.p3d"; + icon = "\Ca\misc3\data\Icons\icon_bagFenceRound_ca.paa"; offset[] = {0,1.5,0.5}; - mapSize = 3.2; + mapSize = 2; armor = 400; - displayName = "Big bag fence (Round)"; + displayName = "Bag fence (Round)"; vehicleClass = "Fortifications"; constructioncount = 3; removeoutput[] = {{"ItemSandbag",1}};