mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
reworked the skynet group name generation
- added information about the role of the aa site - moved handling of ground name from tgo to the sam generator to make the tgo cleaner - adjusted the skynet-config lua to the changes
This commit is contained in:
@@ -6,6 +6,7 @@ from dcs.vehicles import AirDefence
|
||||
from gen.sam.airdefensegroupgenerator import (
|
||||
AirDefenseRange,
|
||||
AirDefenseGroupGenerator,
|
||||
SkynetRole,
|
||||
)
|
||||
|
||||
|
||||
@@ -41,7 +42,7 @@ class HawkGenerator(AirDefenseGroupGenerator):
|
||||
)
|
||||
|
||||
# Triple A for close range defense
|
||||
aa_group = self.add_auxiliary_group("AA")
|
||||
aa_group = self.add_auxiliary_group(SkynetRole.NoSkynetBehavior)
|
||||
self.add_unit_to_group(
|
||||
aa_group,
|
||||
AirDefence.Vulcan,
|
||||
|
||||
Reference in New Issue
Block a user