mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Added scaffolding building
This commit is contained in:
@@ -2898,6 +2898,16 @@ class CfgVehicles {
|
|||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"ItemLightBulb",1}};
|
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
|
class WoodGate_DZ: BuiltItems
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user