mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Slight change to base defense position calculations
This commit is contained in:
parent
9bf57e99fb
commit
5ac680b37d
@ -126,7 +126,7 @@ def generate_groundobjects(theater: ConflictTheater, game):
|
|||||||
for i in range(random.randint(3, 6)):
|
for i in range(random.randint(3, 6)):
|
||||||
|
|
||||||
logging.info("GENERATE BASE DEFENSE")
|
logging.info("GENERATE BASE DEFENSE")
|
||||||
point = find_location(True, cp.position, theater, 1000, 2800, [], True)
|
point = find_location(True, cp.position, theater, 800, 3200, [], True)
|
||||||
logging.info(point)
|
logging.info(point)
|
||||||
|
|
||||||
if point is None:
|
if point is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user