Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbolani77 committed Jul 28, 2018
1 parent 2eb3786 commit 872b13f
Show file tree
Hide file tree
Showing 11 changed files with 950 additions and 913 deletions.
2 changes: 1 addition & 1 deletion A3-Antistasi/CREATE/wavedCA.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ while {(_waves != 0)} do
["AtaqueAAF",[format ["%2 Is attacking from the %1. Intercept them or we may loose a sector",_nombreorig,_nombreEny],format ["%1 Attack",_nombreEny],_mrkDestino],getMarkerPos _mrkDestino,"CREATED"] call taskUpdate;
};
_solMax = round ((count _soldados)*0.6);
if (_solMax > 15) then {_waves = _waves -1};
if (_solMax > 8) then {_waves = _waves -1};
_firstWave = false;
diag_log format ["Antistasi: Reached end of spawning attack, wave %1",_waves];
if (lados getVariable [_mrkDestino,sideUnknown] != buenos) then {_soldados spawn remoteBattle};
Expand Down
Loading

0 comments on commit 872b13f

Please sign in to comment.