#SHORAD tweak

This commit is contained in:
Applevangelist
2025-03-16 13:58:58 +01:00
parent 618a8744a2
commit 5ca3e3b2b8
2 changed files with 2 additions and 2 deletions

View File

@@ -543,7 +543,7 @@ do
self:__ShootAndScoot(1,_group)
end
elseif _group:IsAnyInZone(targetzone) then
elseif _group:IsAnyInZone(targetzone) or groupname == TargetGroup then
-- shot at a group we protect
local text = string.format("Waking up SHORAD %s", _group:GetName())
self:T(text)