mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Increase estimate for airfield ground ops.
5 minutes is pretty optimistic at most airfields.
This commit is contained in:
@@ -243,7 +243,7 @@ class FlightPlan:
|
||||
if self.flight.from_cp.is_fleet:
|
||||
return timedelta(minutes=2)
|
||||
else:
|
||||
return timedelta(minutes=5)
|
||||
return timedelta(minutes=8)
|
||||
|
||||
@property
|
||||
def mission_departure_time(self) -> timedelta:
|
||||
|
||||
Reference in New Issue
Block a user