Code: Select all
local dist = core.fov.distance(self.x, self.y, targets[1].x, targets[1].y) - 1
Code: Select all
local dist = core.fov.distance(self.x, self.y, target.x, target.y) - 1
Moderator: Moderator
Code: Select all
local dist = core.fov.distance(self.x, self.y, targets[1].x, targets[1].y) - 1
Code: Select all
local dist = core.fov.distance(self.x, self.y, target.x, target.y) - 1