Skip to content
Snippets Groups Projects
Commit 0d841004 authored by DarkGod's avatar DarkGod
Browse files

pop

parent 4dec3841
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -217,7 +217,7 @@ It is said the Conclave created this weapon for their warmaster during the dark
tactical = function(self, who, aitarget)
if not (self.winterStorm and aitarget) then return end
local tx, ty
if not who:playerControlled() then then tx, ty = who:aiSeeTargetPos(aitarget)
if not who:playerControlled() then tx, ty = who:aiSeeTargetPos(aitarget)
else tx, ty = aitarget.x, aitarget.y end
local TDist, TEnv, SEnv=
core.fov.distance(who.x, who.y, tx, ty), -- dist to target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment