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:
RndName
2022-04-08 21:30:08 +02:00
parent 9c9dc1c976
commit 1d20e6277e
3 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ class UnitClass(Enum):
LOGISTICS = "Logistics"
MANPAD = "Manpad"
MISSILE = "Missile"
ANTISHIP_MISSILE = "AntiShipMissile"
OPTICAL_TRACKER = "OpticalTracker"
PLANE = "Plane"
POWER = "Power"