mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Added Tin Shield EWR support
This commit is contained in:
@@ -18,6 +18,7 @@ from gen.sam.ewrs import (
|
||||
StraightFlushGenerator,
|
||||
TallRackGenerator,
|
||||
EwrGenerator,
|
||||
TinShieldGenerator,
|
||||
)
|
||||
|
||||
EWR_MAP = {
|
||||
@@ -31,6 +32,7 @@ EWR_MAP = {
|
||||
"SnowDriftGenerator": SnowDriftGenerator,
|
||||
"StraightFlushGenerator": StraightFlushGenerator,
|
||||
"HawkEwrGenerator": HawkEwrGenerator,
|
||||
"TinShieldGenerator": TinShieldGenerator,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -102,3 +102,9 @@ class HawkEwrGenerator(EwrGenerator):
|
||||
"""
|
||||
|
||||
unit_type = AirDefence.Hawk_sr
|
||||
|
||||
|
||||
class TinShieldGenerator(EwrGenerator):
|
||||
"""19ZH6 "Tin Shield" EWR."""
|
||||
|
||||
unit_type = AirDefence.RLS_19J6
|
||||
|
||||
Reference in New Issue
Block a user