Replace SEAD-Escort with SEAD for Naval TGOs

SEAD Escort is available by default
This commit is contained in:
Raffson 2023-06-13 17:46:16 +02:00
parent 2048910c78
commit ad227965ea
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -355,7 +355,7 @@ class NavalGroundObject(TheaterGroundObject, ABC):
if not self.is_friendly(for_player):
yield from [
FlightType.ANTISHIP,
FlightType.SEAD_ESCORT,
FlightType.SEAD,
]
yield from super().mission_types(for_player)