Parked aircraft OCA tasks now use DCSEx.enums.taskEvent.DAMAGE

This commit is contained in:
Ambroise Garel 2025-09-17 15:31:33 +02:00
parent 12e20a32ce
commit 7bfe0813d8
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Library.tasks.ocaBomberStrike = {
difficultyMinimum = 0,
eras = {},
},
completionEvent = DCSEx.enums.taskEvent.DESTROY,
completionEvent = DCSEx.enums.taskEvent.DAMAGE,
flags = { DCSEx.enums.taskFlag.ALLOW_JTAC, DCSEx.enums.taskFlag.PARKED_AIRCRAFT_TARGET },
minimumDistance = 0.0,
safeRadius = 0,

View File

@ -14,7 +14,7 @@
-- difficultyMinimum = 0,
-- eras = {},
-- },
-- completionEvent = DCSEx.enums.taskEvent.DESTROY,
-- completionEvent = DCSEx.enums.taskEvent.DAMAGE,
-- flags = { DCSEx.enums.taskFlag.ALLOW_JTAC, DCSEx.enums.taskFlag.PARKED_AIRCRAFT_TARGET },
-- minimumDistance = 0.0,
-- safeRadius = 0,