mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-27 05:22:03 +00:00
Improved classification of short-range SAMs
This commit is contained in:
@@ -24,11 +24,12 @@ do
|
|||||||
"transport helicopter",
|
"transport helicopter",
|
||||||
"helicopter",
|
"helicopter",
|
||||||
|
|
||||||
"SAM tracking radar",
|
"IR SAM",
|
||||||
"SAM launcher",
|
"SHORAD",
|
||||||
"SAM search radar",
|
|
||||||
"short-range SAM",
|
|
||||||
"AAA",
|
"AAA",
|
||||||
|
"SAM tracking radar",
|
||||||
|
"SAM search radar",
|
||||||
|
"SAM launcher",
|
||||||
"air defense",
|
"air defense",
|
||||||
|
|
||||||
"artillery",
|
"artillery",
|
||||||
@@ -648,8 +649,10 @@ do
|
|||||||
return "MANPADS"
|
return "MANPADS"
|
||||||
elseif obj:hasAttribute("Infantry") then
|
elseif obj:hasAttribute("Infantry") then
|
||||||
return "infantry"
|
return "infantry"
|
||||||
|
elseif obj:hasAttribute("IR Guided SAM") then
|
||||||
|
return "IR SAM"
|
||||||
elseif obj:hasAttribute("SR SAM") then
|
elseif obj:hasAttribute("SR SAM") then
|
||||||
return "short-range SAM"
|
return "SHORAD"
|
||||||
elseif obj:hasAttribute("SAM SR") then
|
elseif obj:hasAttribute("SAM SR") then
|
||||||
return "SAM search radar"
|
return "SAM search radar"
|
||||||
elseif obj:hasAttribute("SAM TR") then
|
elseif obj:hasAttribute("SAM TR") then
|
||||||
|
|||||||
Reference in New Issue
Block a user