diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf index bd27f050..c0df4447 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf @@ -3,6 +3,7 @@ false call EPOCH_pushCustomVar; _spawnChance = ((EPOCH_playerNuisance + EPOCH_playerSoiled)/2) max 1; // add more antagonist spawn chances if (random _antagonistRndChance < _spawnChance) then { + // TODO PRE 1.0 - replace below (selectRandomWeighted _antagonistChances) (_antagonistChances call BIS_fnc_selectRandomWeighted) call EPOCH_unitSpawnIncrease; }; // diag_log format["DEBUG: _spawnChance %1",_spawnChance];