mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Display damaged runways.
This commit is contained in:
@@ -404,7 +404,7 @@ class Airfield(ControlPoint):
|
||||
return self.airport.runways[0].heading
|
||||
|
||||
def has_runway(self) -> bool:
|
||||
return True
|
||||
return not self.damaged
|
||||
|
||||
def active_runway(self, conditions: Conditions,
|
||||
dynamic_runways: Dict[str, RunwayData]) -> RunwayData:
|
||||
|
||||
Reference in New Issue
Block a user