mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improve STRIKE where possible
- Plan number of aircraft more accurately - Fine-tuning ingress waypoint tasks - Add lineup waypoint for STRIKE flights, 10NM in front of ingress on the same heading as the target
This commit is contained in:
@@ -84,7 +84,7 @@ class TheaterUnit:
|
||||
|
||||
@property
|
||||
def is_static(self) -> bool:
|
||||
return issubclass(self.type, StaticType)
|
||||
return issubclass(self.type, StaticType) or isinstance(self, SceneryUnit)
|
||||
|
||||
@property
|
||||
def is_vehicle(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user