Add air and recycle building to skipped markers

This commit is contained in:
Wyqer 2019-06-24 18:32:21 +02:00
parent ba7f52e29f
commit 39a343f6d8
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
2 changed files with 9 additions and 7 deletions

View File

@ -29,7 +29,7 @@ KP_liberation_truck_classname = "B_Truck_01_transport_F"; // These
KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources.
KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources.
KP_liberation_recycle_building = "Land_RepairDepot_01_tan_F"; // The building defined to unlock FOB recycling functionality.
KP_liberation_air_vehicle_building = "B_Radar_System_01_F"; // The building defined to unlock FOB air vehicle functionality.
KP_liberation_air_vehicle_building = "B_Radar_System_01_F"; // The building defined to unlock FOB air vehicle functionality.
KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap.
KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap.
KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources.

View File

@ -6,12 +6,14 @@ _cfg = configFile >> "cfgVehicles";
_vehtomark = [];
_support_to_skip = [
KP_liberation_supply_crate,
KP_liberation_ammo_crate,
KP_liberation_fuel_crate,
"B_Slingload_01_Repair_F",
"B_Slingload_01_Fuel_F",
"B_Slingload_01_Ammo_F"
KP_liberation_recycle_building,
KP_liberation_air_vehicle_building,
KP_liberation_supply_crate,
KP_liberation_ammo_crate,
KP_liberation_fuel_crate,
"B_Slingload_01_Repair_F",
"B_Slingload_01_Fuel_F",
"B_Slingload_01_Ammo_F"
];
{