|
|
|
@ -109,7 +109,7 @@ DefaultAPL:AddSpell( |
|
|
|
|
EternitySurge:CastableIf(function(self) |
|
|
|
|
return ClosestEnemy:Exists() and self:IsKnownAndUsable() and not Player:IsCastingOrChanneling() |
|
|
|
|
end):SetTarget(ClosestEnemy):PreCast(function(self) |
|
|
|
|
Bastion.Notifications:AddNotification(EternitySurge:GetIcon(), "EternitySurger") |
|
|
|
|
Bastion.Notifications:AddNotification(EternitySurge:GetIcon(), "EternitySurge") |
|
|
|
|
if not Player:IsWithinCone(ClosestEnemy, 90, 40) then |
|
|
|
|
SetHeading(Player:GetAngle(ClosestEnemy)) |
|
|
|
|
end |
|
|
|
|