mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove STRIKE as mission type from FOBs
This commit is contained in:
parent
9cca4e8244
commit
1c9b4b2317
@ -1661,7 +1661,6 @@ class Fob(ControlPoint, RadioFrequencyContainer, CTLD):
|
|||||||
from game.ato import FlightType
|
from game.ato import FlightType
|
||||||
|
|
||||||
if not self.is_friendly(for_player):
|
if not self.is_friendly(for_player):
|
||||||
yield FlightType.STRIKE
|
|
||||||
yield FlightType.AIR_ASSAULT
|
yield FlightType.AIR_ASSAULT
|
||||||
if self.total_aircraft_parking(ParkingType(True, True, True)):
|
if self.total_aircraft_parking(ParkingType(True, True, True)):
|
||||||
yield FlightType.OCA_AIRCRAFT
|
yield FlightType.OCA_AIRCRAFT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user