mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
issue 2922: make BAI plannable against missile and costal sites
This commit is contained in:
@@ -181,7 +181,8 @@ def test_mission_types_enemy(mocker: Any) -> None:
|
||||
control_point=dummy_control_point,
|
||||
)
|
||||
mission_types = list(ground_object.mission_types(for_player=False))
|
||||
assert len(mission_types) == 6
|
||||
assert len(mission_types) == 7
|
||||
assert FlightType.BAI in mission_types
|
||||
assert FlightType.STRIKE in mission_types
|
||||
assert FlightType.REFUELING in mission_types
|
||||
assert FlightType.ESCORT in mission_types
|
||||
|
||||
Reference in New Issue
Block a user