Add LightPole_DZ to DZE_isRemovable #1859

This commit is contained in:
ebaydayz
2017-01-06 15:53:38 -05:00
parent 33672d99ee
commit 571e8d7b11
4 changed files with 5 additions and 3 deletions

View File

@@ -659,6 +659,7 @@ class LightPole_DZ: ASC_EU_LHVOld
displayName = $STR_EPOCH_LIGHTPOLE;
vehicleClass = "Fortifications";
maintainBuilding[] = {{"ItemLightBulb",1}};
removeoutput[] = {{"light_pole_kit",1}};
};
class Land_Misc_Scaffolding;
class Scaffolding_DZ: Land_Misc_Scaffolding
@@ -678,6 +679,7 @@ class Scaffolding_DZ: Land_Misc_Scaffolding
typicalCargo[] = {};
offset[] = {0,9,3};
cost = 0;
removeoutput[] = {{"ItemScaffoldingKit",1}};
};
class WoodGate_DZ: BuiltItems
{