Skip to content

Commit

Permalink
Merge pull request #7 from official-antistasi-community/unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
stutpip123 authored Nov 29, 2021
2 parents 4e038b3 + 2366dbe commit 46198d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion A3-Antistasi/Templates/Templates/VN/VN_MACV.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

["vehiclesArtillery", ["vn_b_army_static_m101_02"]] call _fnc_saveToTemplate;
["magazines", createHashMapFromArray [
["vn_b_army_static_m101_02", ["vn_cannon_m101_mag_he_x8", "vn_cannon_m101_mag_ab_x8", "vn_cannon_m101_mag_wp_x8"]],
["vn_b_army_static_m101_02", ["vn_cannon_m101_mag_he_x8", "vn_cannon_m101_mag_ab_x8", "vn_cannon_m101_mag_wp_x8"]]
]] call _fnc_saveToTemplate;

["uavsAttack", []] call _fnc_saveToTemplate;
Expand Down
2 changes: 1 addition & 1 deletion A3-Antistasi/functions/CREATE/fn_createAIAirplane.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (_frontierX) then
_vehiclesX pushBack _bunker;
_bunker setDir _dirveh;
_pos = getPosATL _bunker;
_typeVehX = _faction get "staticAT";
_typeVehX = selectRandom (_faction get "staticAT");
_veh = _typeVehX createVehicle _positionX;
_vehiclesX pushBack _veh;
_veh setDir _dirVeh + 180;
Expand Down

0 comments on commit 46198d2

Please sign in to comment.