Added mixed squads, fixed LATs and HATs, guerilla tweaks and a chemlight shield

This commit is contained in:
2025-06-28 18:26:13 +03:00
parent ec48627eb0
commit f22c2831c7
7 changed files with 59 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ if (isNull _chopper_type) then {
private _para_group = createGroup [GRLIB_side_enemy, true];
while {(count (units _para_group)) < 8} do {
[opfor_paratrooper, markerPos _spawnsector, _para_group] call KPLIB_fnc_createManagedUnit;
[opfor_paratrooper_late, markerPos _spawnsector, _para_group] call KPLIB_fnc_createManagedUnit;
};
{removeBackpack _x; _x addBackPack "B_parachute"; _x moveInCargo _newvehicle;} forEach (units _para_group);