|
|
@ -150,7 +150,7 @@ CiscOHSpec1467:Sync(function() |
|
|
|
EternitySurge:ForceCast(Target) |
|
|
|
EternitySurge:ForceCast(Target) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
if Target:Exists() and Target:IsHostile() and not Target:IsDead() then |
|
|
|
if Target:Exists() and Target:IsHostile() and not Target:IsDead() and Player:GetDistance(Target) < 10 then |
|
|
|
SetHeading(Player:GetAngle(Target)) |
|
|
|
SetHeading(Player:GetAngle(Target)) |
|
|
|
DefaultAPL:Execute() |
|
|
|
DefaultAPL:Execute() |
|
|
|
end |
|
|
|
end |
|
|
|