Awacs use 233Mhz instead of 133Mhz

This commit is contained in:
Khopa 2020-08-06 00:32:17 +02:00
parent 0a5ce108b7
commit 1618c1e677

View File

@ -67,7 +67,7 @@ class AirSupportConflictGenerator:
altitude=AWACS_ALT, altitude=AWACS_ALT,
airport=None, airport=None,
position=self.conflict.position.random_point_within(AWACS_DISTANCE, AWACS_DISTANCE), position=self.conflict.position.random_point_within(AWACS_DISTANCE, AWACS_DISTANCE),
frequency=133, frequency=233,
start_type=StartType.Warm, start_type=StartType.Warm,
) )
awacs_flight.points[0].tasks.append(SetInvisibleCommand(True)) awacs_flight.points[0].tasks.append(SetInvisibleCommand(True))