@@ -94,27 +94,19 @@ if(support_paradrop_available) then {
9494 _logisticsItems pushBack _text ;
9595};
9696
97- if (support_pFLIR_available) then {
98- _text = [" Supply Drop (2 CP)" , 4 , ' _null = [player] execVM ""support\ammobox.sqf""' , 1 ] call menuItemFormatter;
99- _logisticsItems pushBack _text ;
100- } else {
101- _text = [" Supply Drop (N/A)" , 4 , ' ' , 0 ] call menuItemFormatter;
102- _logisticsItems pushBack _text ;
103- };
104-
10597if (support_uav_recon_available) then {
106- _text = [" UAV Recon (3 CP)" , 5 , ' _null = [player] execVM ""support\mapclickuav.sqf""' , 1 ] call menuItemFormatter;
98+ _text = [" UAV Recon (3 CP)" , 4 , ' _null = [player] execVM ""support\mapclickuav.sqf""' , 1 ] call menuItemFormatter;
10799 _logisticsItems pushBack _text ;
108100} else {
109- _text = [" UAV Recon (N/A)" , 5 , ' ' , 0 ] call menuItemFormatter;
101+ _text = [" UAV Recon (N/A)" , 4 , ' ' , 0 ] call menuItemFormatter;
110102 _logisticsItems pushBack _text ;
111103};
112104
113105if (support_veh_refit_available) then {
114- _text = [" Vehicle Refit (2 CP)" , 6 , ' _null = [player] execVM ""support\veh_refit.sqf""' , 1 ] call menuItemFormatter;
106+ _text = [" Vehicle Refit (2 CP)" , 5 , ' _null = [player] execVM ""support\veh_refit.sqf""' , 1 ] call menuItemFormatter;
115107 _logisticsItems pushBack _text ;
116108} else {
117- _text = [" Vehicle Refit (N/A)" , 6 , ' ' , 0 ] call menuItemFormatter;
109+ _text = [" Vehicle Refit (N/A)" , 5 , ' ' , 0 ] call menuItemFormatter;
118110 _logisticsItems pushBack _text ;
119111};
120112
0 commit comments