Skip to content

Commit

Permalink
rebel car adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ante185 committed Mar 8, 2024
1 parent 4182363 commit 1709722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions A3A/addons/core/Templates/Templates/IFA/IFA_REB_AK.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//////////////////////////

["vehiclesBasic", ["LIB_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV", "LIB_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_UK_Willys_MB_M1919"]] call _fnc_saveToTemplate; //replace with a version in plain green
["vehiclesTruck", ["LIB_Zis5v"]] call _fnc_saveToTemplate;
["vehiclesAT", []] call _fnc_saveToTemplate;
Expand Down Expand Up @@ -58,12 +58,12 @@ switch (A3A_climate) do
{
case "arid": {
["vehiclesBasic", ["LIB_US_NAC_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV_camo_sand", "LIB_US_NAC_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV_camo_sand"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_NAC_Willys_MB_M1919"]] call _fnc_saveToTemplate;
};
case "arctic": {
["vehiclesBasic", ["LIB_Willys_MB_w"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV", "LIB_Willys_MB_Hood_w"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_Willys_MB_Hood_w"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_Willys_MB_M1919_w"]] call _fnc_saveToTemplate;
["vehiclesTruck", ["LIB_Zis5v_w"]] call _fnc_saveToTemplate;
["vehiclesMedical", ["LIB_Zis5v_med_w"]] call _fnc_saveToTemplate;
Expand Down
6 changes: 3 additions & 3 deletions A3A/addons/core/Templates/Templates/IFA/IFA_REB_FFI.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//////////////////////////

["vehiclesBasic", ["LIB_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI", "LIB_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_UK_Willys_MB_M1919"]] call _fnc_saveToTemplate; //replace with a version in plain green
["vehiclesTruck", ["LIB_CIV_FFI_CitC4_5"]] call _fnc_saveToTemplate;
["vehiclesAT", []] call _fnc_saveToTemplate; //Remove maybe
Expand Down Expand Up @@ -58,12 +58,12 @@ switch (A3A_climate) do
{
case "arid": {
["vehiclesBasic", ["LIB_US_NAC_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI_sand", "LIB_US_NAC_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI_sand"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_NAC_Willys_MB_M1919"]] call _fnc_saveToTemplate;
};
case "arctic": {
["vehiclesBasic", ["LIB_Willys_MB_w"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI", "LIB_Willys_MB_Hood_w"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_Willys_MB_Hood_w"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_Willys_MB_M1919_w"]] call _fnc_saveToTemplate;

["staticAT", ["LIB_Zis3_w"]] call _fnc_saveToTemplate;
Expand Down

0 comments on commit 1709722

Please sign in to comment.