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;