Missions taking place in enemy territory now award 25% more XP

This commit is contained in:
Ambroise Garel
2025-07-29 15:51:18 +02:00
parent 1bc1fbca96
commit 117f5502ab
4 changed files with 20 additions and 9 deletions
@@ -31,8 +31,8 @@ do
trigger.action.outText("Generating mission and loading assets, this can take some time...", 5)
-- Add a little delay for the "Generating mission..." message be printed out. Once generation begins, the main DCS thread will be to busy to output anything.
timer.scheduleFunction(TUM.mission.beginMission, false, timer.getTime() + 1)
-- TUM.mission.beginMission()
end
local function setSetting(args)