main
Ciscoh Bellic 1 year ago
parent 83fe32ea62
commit 0197da9f50
  1. 2
      scripts/1467_ciscoh_basic.lua

@ -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

Loading…
Cancel
Save