From 71cd1d9f0c46fa37cf039a1393c80f56a7e9d583 Mon Sep 17 00:00:00 2001 From: second_coming Date: Mon, 18 Apr 2016 15:12:54 +0100 Subject: [PATCH] v23 changes & fixes --- config.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sqf b/config.sqf index 67e2903..cc3c6cd 100644 --- a/config.sqf +++ b/config.sqf @@ -144,7 +144,7 @@ SC_maximumCrewAmount = 2; // Maximum amount of AI allo SC_maxNumberofVehicles = 4; // Array of ground vehicles which can be used by AI patrols -SC_VehicleClassToUse = [ "Exile_Car_LandRover_Green","Exile_Bike_QuadBike_Black","Exile_Car_Octavius_White"]; +SC_VehicleClassToUse = [ "Exile_Car_LandRover_Green","Exile_Bike_QuadBike_Black","Exile_Car_UAZ_Open_Green"]; // Settings for roaming airborne AI (non armed helis will just fly around) SC_maxNumberofHelis = 1;