From 6c32cb7ae89c6a8a406173d777841fdd8b9ec280 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 7 Nov 2010 21:08:29 +0000 Subject: [PATCH] Hexes are now balls, except Domination Hex git-svn-id: http://svn.net-core.org/repos/t-engine4@1814 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/corruptions/hexes.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/modules/tome/data/talents/corruptions/hexes.lua b/game/modules/tome/data/talents/corruptions/hexes.lua index a518dde71d..38f2ba171a 100644 --- a/game/modules/tome/data/talents/corruptions/hexes.lua +++ b/game/modules/tome/data/talents/corruptions/hexes.lua @@ -28,7 +28,7 @@ newTalent{ direct_hit = true, requires_target = true, action = function(self, t) - local tg = {type="hit", range=self:getTalentRange(t), talent=t} + local tg = {type="ball", range=self:getTalentRange(t), radius=2, talent=t} local x, y = self:getTarget(tg) if not x or not y then return nil end self:project(tg, x, y, function(tx, ty) @@ -58,7 +58,7 @@ newTalent{ direct_hit = true, requires_target = true, action = function(self, t) - local tg = {type="hit", range=self:getTalentRange(t), talent=t} + local tg = {type="ball", range=self:getTalentRange(t), radius=2, talent=t} local x, y = self:getTarget(tg) if not x or not y then return nil end self:project(tg, x, y, function(tx, ty) @@ -88,7 +88,7 @@ newTalent{ direct_hit = true, requires_target = true, action = function(self, t) - local tg = {type="hit", range=self:getTalentRange(t), talent=t} + local tg = {type="ball", range=self:getTalentRange(t), radius=2, talent=t} local x, y = self:getTarget(tg) if not x or not y then return nil end self:project(tg, x, y, function(tx, ty) -- GitLab