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