mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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
(cherry picked from commit de443fa3f0)
This commit is contained in:
@@ -3,6 +3,7 @@ from dcs.vehicles import AirDefence, Unarmed
|
||||
from gen.sam.airdefensegroupgenerator import (
|
||||
AirDefenseRange,
|
||||
AirDefenseGroupGenerator,
|
||||
SkynetRole,
|
||||
)
|
||||
|
||||
|
||||
@@ -40,3 +41,7 @@ class RolandGenerator(AirDefenseGroupGenerator):
|
||||
@classmethod
|
||||
def range(cls) -> AirDefenseRange:
|
||||
return AirDefenseRange.Short
|
||||
|
||||
@classmethod
|
||||
def primary_group_role(cls) -> SkynetRole:
|
||||
return SkynetRole.Sam
|
||||
|
||||
Reference in New Issue
Block a user