mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Enemy CAP respawn rate now decreases the more enemy planes are shot
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user