fixed Guerillas could join a sector fight with neutral state

This commit is contained in:
Christian 2017-10-10 08:21:46 +02:00
parent e55635b93c
commit b750f9a992
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal
_spawncivs = true;
if ((random 100) <= KP_liberation_resistance_sector_chance) then {
if (((random 100) <= KP_liberation_resistance_sector_chance) && (([] call F_cr_getMulti) > 0)) then {
_guerilla = true;
};
@ -132,7 +132,7 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal
_spawncivs = false;
if ((random 100) <= KP_liberation_resistance_sector_chance) then {
if (((random 100) <= KP_liberation_resistance_sector_chance) && (([] call F_cr_getMulti) > 0)) then {
_guerilla = true;
};