mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-18 13:15:19 +00:00
Minor fixes to helicopter-specific tasking
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user