From 1c9b4b231788147e9c54408f6daaffaf405cd2e0 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 21 Jul 2024 20:23:21 +0200 Subject: [PATCH] Remove STRIKE as mission type from FOBs --- game/theater/controlpoint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/game/theater/controlpoint.py b/game/theater/controlpoint.py index c5fe8801..6eb8d6d3 100644 --- a/game/theater/controlpoint.py +++ b/game/theater/controlpoint.py @@ -1661,7 +1661,6 @@ class Fob(ControlPoint, RadioFrequencyContainer, CTLD): from game.ato import FlightType if not self.is_friendly(for_player): - yield FlightType.STRIKE yield FlightType.AIR_ASSAULT if self.total_aircraft_parking(ParkingType(True, True, True)): yield FlightType.OCA_AIRCRAFT