From b2ae10ce6ffc043d7d8259d1aaaa46877bbb3153 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 21 Jul 2024 22:48:26 +0200 Subject: [PATCH] Remove fuel restriction for FOB/FARPs Probably why we end up with 3/4 of a tank on roadbases -_- --- game/ato/flight.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/game/ato/flight.py b/game/ato/flight.py index 96a13072..014c40a4 100644 --- a/game/ato/flight.py +++ b/game/ato/flight.py @@ -275,8 +275,6 @@ class Flight( self.fuel = unit_type.fuel_max * 0.5 elif unit_type == Hercules: self.fuel = unit_type.fuel_max * 0.75 - elif self.departure.cptype.name in ["FARP", "FOB"] and not self.is_helo: - self.fuel = unit_type.fuel_max * 0.75 def any_member_has_weapon_of_type(self, weapon_type: WeaponType) -> bool: return any(