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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@5342 51575b47-30f0-44d4-a5cc-537603b46e54
parent eeecfe34
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ newTalent{
end)
end,
activate = function(self, t)
local nb = math.floor(self:getTalentLevel(t))
local nb = math.ceil(self:getTalentLevel(t))
local ps = {}
for i = 1, nb do ps[#ps+1] = self:addParticles(Particles.new("bone_shield", 1)) 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