From ff8c2a27cd3ba26de81fbaa0f00faf28508b9c6f Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Thu, 6 Jul 2017 19:53:00 -0500 Subject: [PATCH] Offroad 5th upgrade(Rare) Remove unknown Document Add recipe for Police Offroad Adds police lights and siren to the offroad. --- Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp b/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp index dc53a376..787a3d6e 100644 --- a/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp +++ b/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp @@ -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"; + }; }; \ No newline at end of file