Skip to content
Snippets Groups Projects
Commit 941553b4 authored by DarkGod's avatar DarkGod
Browse files

fix second life

parent 3b8fd25b
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ newTalent{
if core.shader.active(4) then
ret.particle = self:addParticles(Particles.new("shader_ring_rotating", 1, {toback=true, rotation=0, radius=2, img="flamesgeneric"}, {type="sunaura", time_factor=6000}))
else
particle = self:addParticles(Particles.new("golden_shield", 1))
ret.particle = self:addParticles(Particles.new("golden_shield", 1))
end
return ret
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