Skip to content

Commit

Permalink
Merge pull request #2945 from official-antistasi-community/Land_Cargo…
Browse files Browse the repository at this point in the history
…_HQ_V4_F

Land_Cargo_HQ_V4_F addition
  • Loading branch information
Bob-Murphy authored Sep 23, 2023
2 parents c4340cb + 9cdf022 commit 268cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3A/addons/core/functions/CREATE/fn_milBuildings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ for "_i" from 0 to (count _buildings) - 1 do
_pos = ASLToATL ([_pos select 0, _pos select 1, _zpos select 2]);
[_type, _pos, _dir] call _fnc_spawnStatic;
};
if ((_typeB == "Land_Cargo_HQ_V1_F") or (_typeB == "Land_Cargo_HQ_V2_F") or (_typeB == "Land_Cargo_HQ_V3_F")) exitWith
if ((_typeB == "Land_Cargo_HQ_V1_F") or (_typeB == "Land_Cargo_HQ_V2_F") or (_typeB == "Land_Cargo_HQ_V3_F") or (_typeB == "Land_Cargo_HQ_V4_F")) exitWith
{
private _type = selectRandom (_faction get "staticAA");
private _dir = getDir _building;
Expand Down

0 comments on commit 268cb8b

Please sign in to comment.