mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix silkworm launcher falsely added to scud groups
Added AntiShipMissile unit class and updated the hy_launcher unit as well as the silkworm layout to differentiate clearly between missile (scud, v1) and antiship (silkworm) fixes #2159
This commit is contained in:
@@ -26,6 +26,7 @@ class UnitClass(Enum):
|
||||
LOGISTICS = "Logistics"
|
||||
MANPAD = "Manpad"
|
||||
MISSILE = "Missile"
|
||||
ANTISHIP_MISSILE = "AntiShipMissile"
|
||||
OPTICAL_TRACKER = "OpticalTracker"
|
||||
PLANE = "Plane"
|
||||
POWER = "Power"
|
||||
|
||||
Reference in New Issue
Block a user