mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Removed FARP AA that does not respect the factions config.
This commit is contained in:
parent
cf6a71ab86
commit
bb11e7f90c
@ -122,16 +122,6 @@ class GroundObjectsGenerator:
|
|||||||
print("Didn't find {} in static _map(s)!".format(ground_object.dcs_identifier))
|
print("Didn't find {} in static _map(s)!".format(ground_object.dcs_identifier))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if ground_object.group_id not in consumed_farps:
|
|
||||||
consumed_farps.add(ground_object.group_id)
|
|
||||||
if random.randint(0, 100) > 50:
|
|
||||||
farp_aa(
|
|
||||||
self.m,
|
|
||||||
side,
|
|
||||||
ground_object.string_identifier,
|
|
||||||
ground_object.position,
|
|
||||||
)
|
|
||||||
|
|
||||||
group = self.m.static_group(
|
group = self.m.static_group(
|
||||||
country=side,
|
country=side,
|
||||||
name=ground_object.string_identifier,
|
name=ground_object.string_identifier,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user