mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Replace SEAD-Escort with SEAD for Naval TGOs
SEAD Escort is available by default
This commit is contained in:
parent
2048910c78
commit
ad227965ea
@ -355,7 +355,7 @@ class NavalGroundObject(TheaterGroundObject, ABC):
|
|||||||
if not self.is_friendly(for_player):
|
if not self.is_friendly(for_player):
|
||||||
yield from [
|
yield from [
|
||||||
FlightType.ANTISHIP,
|
FlightType.ANTISHIP,
|
||||||
FlightType.SEAD_ESCORT,
|
FlightType.SEAD,
|
||||||
]
|
]
|
||||||
yield from super().mission_types(for_player)
|
yield from super().mission_types(for_player)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user