Remove fuel restriction for FOB/FARPs

Probably why we end up with 3/4 of a tank on roadbases -_-
This commit is contained in:
Raffson 2024-07-21 22:48:26 +02:00
parent a658e41c54
commit b2ae10ce6f
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -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(