Minor fixes to helicopter-specific tasking

This commit is contained in:
Ambroise Garel
2025-09-18 14:50:37 +02:00
parent 014495246d
commit 5f5b940ef7
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Library.tasks.helicopterDestroyInfantry = {
minimumDistance = DCSEx.converter.nmToMeters(5.0),
safeRadius = 100,
surfaceType = nil,
targetCount = { 2, 3 },
targetCount = { 6, 8 },
targetFamilies = { DCSEx.enums.unitFamily.GROUND_INFANTRY },
waypointInaccuracy = DCSEx.converter.nmToMeters(1.5)
}