Offroad 5th upgrade(Rare)

Remove unknown Document
Add recipe for Police Offroad
Adds police lights and siren to the offroad.
This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-07-06 19:53:00 -05:00
parent 98f7e92e9f
commit ff8c2a27cd

View File

@ -295,7 +295,6 @@ class CfgVehicleUpgrades
class O_Truck_02_covered_EPOCH3: C_Hatchback_01_EPOCH3 { upgradeToVehicle = "O_Truck_02_covered_EPOCH4"; };
class O_Truck_02_transport_EPOCH3: C_Hatchback_01_EPOCH3 { upgradeToVehicle = "O_Truck_02_transport_EPOCH4"; };
};
class ItemVehDoc5 {};
class ItemVehDocRara
{
class K01
@ -307,4 +306,9 @@ class CfgVehicleUpgrades
class K03: K01{};
class K04: K01{};
};
class C_Offroad_01_EPOCH4
{
ReqMaterials[] = {{1,"ItemVehDocRara"},{1,"PaintCanBlu"},{1,"PaintCanRed"},{1,"CircuitParts"},{1,"ItemBattery"}};
upgradeToVehicle = "C_Offroad_01_EPOCH5";
};
};