mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
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:
parent
98f7e92e9f
commit
ff8c2a27cd
@ -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";
|
||||
};
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user