mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix AAA not placed as frontline unit
- Spawn AAA like SHORAD - change SA-19 unit class from AAA to SHORAD fixes #2194
This commit is contained in:
@@ -119,7 +119,7 @@ class GroundPlanner:
|
||||
elif unit_class is UnitClass.ATGM:
|
||||
collection = self.atgm_group
|
||||
role = CombatGroupRole.ATGM
|
||||
elif unit_class is UnitClass.SHORAD:
|
||||
elif unit_class in [UnitClass.SHORAD, UnitClass.AAA]:
|
||||
collection = self.shorad_groups
|
||||
role = CombatGroupRole.SHORAD
|
||||
elif unit_class is UnitClass.RECON:
|
||||
|
||||
Reference in New Issue
Block a user