Fix soviet units not stopping to hunt after being captured in Exodus
This commit is contained in:
@@ -184,6 +184,9 @@ end
|
||||
|
||||
IdleHunt = function(unit)
|
||||
Trigger.OnIdle(unit, unit.Hunt)
|
||||
Trigger.OnCapture(unit, function()
|
||||
Trigger.ClearAll(unit)
|
||||
end)
|
||||
end
|
||||
|
||||
ManageSovietUnits = function()
|
||||
|
||||
Reference in New Issue
Block a user