From bb11e7f90c59d802f6a90a4c949a4bacbefdeaa3 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sun, 31 May 2020 23:58:43 +0200 Subject: [PATCH] Removed FARP AA that does not respect the factions config. --- gen/groundobjectsgen.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gen/groundobjectsgen.py b/gen/groundobjectsgen.py index df8de045..e572fb6b 100644 --- a/gen/groundobjectsgen.py +++ b/gen/groundobjectsgen.py @@ -122,16 +122,6 @@ class GroundObjectsGenerator: print("Didn't find {} in static _map(s)!".format(ground_object.dcs_identifier)) 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( country=side, name=ground_object.string_identifier,