Some fixes

This commit is contained in:
Florian Kinder
2014-01-20 20:16:15 +01:00
parent 65123250a5
commit f310125122

View File

@@ -2904,9 +2904,18 @@ class CfgVehicles {
armor = 100; armor = 100;
destrType = "DestructBuilding"; destrType = "DestructBuilding";
scope = 2; scope = 2;
offset[] = {0,2.5,0};
displayName = "Scaffolding"; displayName = "Scaffolding";
vehicleClass = "Fortifications"; vehicleClass = "Fortifications";
constructioncount = 6;
animated = 0;
irTarget = 0;
accuracy = 0.3;
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
typicalCargo[] = {};
offset[] = {0,8,3};
cost = 0;
}; };
class WoodGate_DZ: BuiltItems class WoodGate_DZ: BuiltItems
{ {