mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Changed garrison terminology to battle position. (#2352)
This commit is contained in:
@@ -11,5 +11,5 @@ class AttackAirInfrastructure(CompoundTask[TheaterState]):
|
||||
aircraft_cold_start: bool
|
||||
|
||||
def each_valid_method(self, state: TheaterState) -> Iterator[Method[TheaterState]]:
|
||||
for garrison in state.oca_targets:
|
||||
yield [PlanOcaStrike(garrison, self.aircraft_cold_start)]
|
||||
for battle_position in state.oca_targets:
|
||||
yield [PlanOcaStrike(battle_position, self.aircraft_cold_start)]
|
||||
|
||||
Reference in New Issue
Block a user