mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add campaign support for ferry-only bases.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3170.
This commit is contained in:
@@ -356,6 +356,7 @@ class ControlPoint(MissionTarget, SidcDescribable, ABC):
|
||||
self.ground_unit_orders = GroundUnitOrders(self)
|
||||
|
||||
self.target_position: Optional[Point] = None
|
||||
self.ferry_only = False
|
||||
|
||||
# Initialized late because ControlPoints are constructed before the game is.
|
||||
self._front_line_db: Database[FrontLine] | None = None
|
||||
|
||||
Reference in New Issue
Block a user