diff --git a/mods/ra/maps/allies-05a/AI.lua b/mods/ra/maps/allies-05a/AI.lua index 530528c8ce..4e2861eff2 100644 --- a/mods/ra/maps/allies-05a/AI.lua +++ b/mods/ra/maps/allies-05a/AI.lua @@ -61,8 +61,8 @@ ProtectHarvester = function(unit) local Guards = SetupAttackGroup() Utils.Do(Guards, function(unit) - if attacker.Location then - unit.AttackMove(attacker.Location) + if not self.IsDead then + unit.AttackMove(self.Location) end IdleHunt(unit) end)