Added wingmen spontaneous contact reports

This commit is contained in:
Ambroise Garel
2025-07-25 11:55:01 +02:00
parent bad3d5b9e7
commit 05812ba4e4
3 changed files with 98 additions and 16 deletions

View File

@@ -139,10 +139,12 @@ do
if TUM.mission.onClockTick() then return nextTickTime end
elseif clockTick % 4 == 1 then
if TUM.airForce.onClockTick(TUM.settings.getPlayerCoalition()) then return nextTickTime end
if TUM.supportWingmen.onClockTick() then return nextTickTime end
elseif clockTick % 4 == 2 then
if TUM.supportAWACS.onClockTick() then return nextTickTime end
else
if TUM.airForce.onClockTick(TUM.settings.getEnemyCoalition()) then return nextTickTime end
if TUM.supportWingmen.onClockTick() then return nextTickTime end
end
return nextTickTime