Skip to content

Commit

Permalink
Vehicle spawner - Update vehicle spawner list (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoramD0 authored Oct 1, 2022
1 parent 1eeeb6a commit be9148b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Olympus.Stratis/functions/fn_vehicleSpawner.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ private _groundVehicles = [
"tacs_Arcadian_B_Tan",
"tacs_Polaris_B_Black",
"C_SUV_01_F",
"C_Offroad_01_F",
"C_Offroad_01_covered_F",
"tacs_Offroad_B_Black",
"C_Offroad_01_covered_F", // Replace with Theseus variant when it releases
"C_Offroad_02_unarmed_F",
"C_Van_02_transport_F"
"tacs_Van_Transport_B_Black"
];

private _airVehicles = [
Expand All @@ -36,6 +36,8 @@ private _airVehicles = [
"tacs_MELB_B_AH6M_L_Theseus_Black",
"tacs_MELB_B_AH6M_M_Theseus_Black",
"tacs_MELB_B_AH6M_H_Theseus_Black",
"tacs_Heli_B_Wildcat_Theseus_Unarmed",
"tacs_Heli_B_Wildcat_Theseus",
"CUP_B_UH60M_US",
"B_Heli_Transport_03_F",
"C_Plane_Civil_01_racing_F",
Expand All @@ -45,7 +47,8 @@ private _airVehicles = [
private _seaVehicles = [
// "classname"
"CUP_B_RHIB_HIL",
"I_MU_mercs_rhib",
"tacs_RHIB_B_Theseus_Black",
"B_Boat_Transport_01_F",
"C_Scooter_Transport_01_F"
];

Expand Down

0 comments on commit be9148b

Please sign in to comment.