mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix aggressive objectives in Abu Dhabi.
Some of the objective locations for the starting front line are too aggressive and put opfor at a disadvantage since blue ships might start so close to their bases.
This commit is contained in:
@@ -204,7 +204,7 @@ class ControlPointGroundObjectGenerator:
|
||||
self.generate_ship()
|
||||
|
||||
def generate_ship(self) -> None:
|
||||
point = self.location_finder.location_for(LocationType.OffshoreStrikeTarget)
|
||||
point = self.location_finder.location_for(LocationType.Ship)
|
||||
if point is None:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user