diff --git a/game/theater/controlpoint.py b/game/theater/controlpoint.py index 4b843b1a..d968b9a3 100644 --- a/game/theater/controlpoint.py +++ b/game/theater/controlpoint.py @@ -1187,10 +1187,7 @@ class Fob(ControlPoint): return len(self.helipads) def can_operate(self, aircraft: AircraftType) -> bool: - if aircraft.helicopter: - return True - else: - return False + return aircraft.helicopter @property def heading(self) -> Heading: