diff --git a/mods/ra/maps/fort-lonestar/fort-lonestar.lua b/mods/ra/maps/fort-lonestar/fort-lonestar.lua index 098aa91dc8..0717c3d8e0 100644 --- a/mods/ra/maps/fort-lonestar/fort-lonestar.lua +++ b/mods/ra/maps/fort-lonestar/fort-lonestar.lua @@ -92,12 +92,9 @@ SendUnits = function(entryCell, unitTypes, targetCell, extraData) return end + a.AttackMove(targetCell) Trigger.OnIdle(a, function(a) - if a.Location ~= targetCell then - a.AttackMove(targetCell) - else - a.Hunt() - end + a.Hunt() end) if extraData == "IronCurtain" then