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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6750 51575b47-30f0-44d4-a5cc-537603b46e54
parent b0aaac66
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ newTalent{
equilibrium = 20,
cooldown = 10,
tactical = { DISABLE = { silence = 4 } },
radius = function(self, t) return 4 + self:getTalentLevel(t) * 1.5 end,
radius = function(self, t) return math.floor(4 + self:getTalentLevel(t) * 1.5) end,
target = function(self, t)
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), selffire=false, talent=t}
end,
......
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