mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update the High Digit SAMs implementation
- Add more HighDigitSAMs units - Add hds SA-2, SA-3 and HQ-2 to capable factions - Update radar db with hds as these entries were missing
This commit is contained in:
@@ -349,6 +349,12 @@ class Faction:
|
||||
self.remove_preset("SA-23/S-300VM")
|
||||
self.remove_preset("SA-17")
|
||||
self.remove_preset("KS-19")
|
||||
self.remove_preset("HQ-2")
|
||||
self.remove_preset("SA-2/S-75 V-759/5V23")
|
||||
self.remove_preset("SA-3/S-125 V-601P/5V27")
|
||||
self.remove_vehicle("SAM SA-14 Strela-3 manpad")
|
||||
self.remove_vehicle("SAM SA-24 Igla-S manpad")
|
||||
self.remove_vehicle("Polyana-D4M1 C2 node")
|
||||
|
||||
def remove_aircraft(self, name: str) -> None:
|
||||
for i in self.aircrafts:
|
||||
|
||||
Reference in New Issue
Block a user