From 65123250a517688d177ea89fcc7c55b6996d46a7 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Mon, 20 Jan 2014 10:29:43 +0100 Subject: [PATCH] Added scaffolding building --- SQF/dayz_code/Configs/cfgVehicles.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 260b069c6..fdd61dd7c 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -2898,6 +2898,16 @@ class CfgVehicles { vehicleClass = "Fortifications"; maintainBuilding[] = {{"ItemLightBulb",1}}; }; + class Land_Misc_Scaffolding; + class Scaffolding_DZ: Land_Misc_Scaffolding + { + armor = 100; + destrType = "DestructBuilding"; + scope = 2; + offset[] = {0,2.5,0}; + displayName = "Scaffolding"; + vehicleClass = "Fortifications"; + }; class WoodGate_DZ: BuiltItems { scope = 2;