diff --git a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua index fc29257afa..85121a5cdf 100644 --- a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua +++ b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua @@ -8,11 +8,13 @@ ------------------------------------------------------------------------- -- Observe a set of SAM sites being attacked by F18 SEAD ------------------------------------------------------------------------- --- Date: Mar 2025 +-- Date: Mar 2025 - Updated July 2025 --- Borders local israelborder = ZONE_POLYGON:New("Israel",GROUP:FindByName("Israel Border")) local syriaborder = ZONE_POLYGON:New("Syria",GROUP:FindByName("Syria Border")) +israelborder:DrawZone(-1,{0,1,0},1,{0,1,0},.1,1,true) +syriaborder:DrawZone(-1,{1,0,0},1,{1,0,0},.1,1,true) --- MANTIS local RedMantis = MANTIS:New("SyMantis","SAM-SA","EWR",nil,"red") diff --git a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz index 4b0b61a649..0a1554bc79 100644 Binary files a/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz and b/Functional/Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.miz differ