Started cleaning old factions, added back most factions as json. Fixed LHA not spawning.

This commit is contained in:
Khopa
2020-10-23 01:38:08 +02:00
parent bc1e793ce6
commit b4d0eb0b99
61 changed files with 1508 additions and 1879 deletions

View File

@@ -15,8 +15,6 @@ class LHAGroupGenerator(GroupGenerator):
if len(self.faction.helicopter_carrier) > 0:
carrier_type = random.choice(self.faction.helicopter_carrier)
self.add_unit(carrier_type, "LHA", self.position.x, self.position.y, self.heading)
else:
return
# Add destroyers escort
if len(self.faction.destroyers) > 0: