Enemy CAP respawn rate now decreases the more enemy planes are shot

This commit is contained in:
Ambroise Garel
2025-09-11 12:28:10 +02:00
parent a9edd4a819
commit 64bde651c3
3 changed files with 40 additions and 3 deletions

View File

@@ -116,6 +116,8 @@ function TUM.initialize()
if not event then return end -- No event
TUM.ambientRadio.onEvent(event) -- Must be first so other (more important) radio messages will interrupt the "ambient" ones
TUM.airForce.onEvent(event)
TUM.ambientWorld.onEvent(event)
TUM.ambientWorld.onEvent(event)
TUM.objectives.onEvent(event)
TUM.playerScore.onEvent(event)