Skip to content
Snippets Groups Projects
Commit 9a633391 authored by dg's avatar dg
Browse files

Fixed Dark Portal

git-svn-id: http://svn.net-core.org/repos/t-engine4@6232 51575b47-30f0-44d4-a5cc-537603b46e54
parent fe868128
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ newTalent{
range = 7,
radius = 3,
action = function(self, t)
local tg = {type="ball", radius=self:getTargetRadius(t), range=self:getTalentRange(t), talent=t}
local tg = {type="ball", radius=self:getTalentRadius(t), range=self:getTalentRange(t), talent=t}
local x, y = self:getTarget(tg)
if not x or not y then return nil end
local actors = {}
......
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