mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Changed tanker frequency range to avoid overlap with Persian Gulf TACAN frequencies.
This commit is contained in:
@@ -44,11 +44,11 @@ class AirSupportConflictGenerator:
|
||||
plane_type=tanker_unit_type,
|
||||
position=tanker_position,
|
||||
altitude=TANKER_ALT,
|
||||
race_distance=50000,
|
||||
race_distance=58000,
|
||||
frequency=130 + i,
|
||||
start_type=StartType.Warm,
|
||||
speed=574,
|
||||
tacanchannel="{}X".format(97 + i),
|
||||
tacanchannel="{}X".format(60 + i),
|
||||
)
|
||||
|
||||
tanker_group.points[0].tasks.pop() # Override PyDCS tacan channel
|
||||
|
||||
Reference in New Issue
Block a user