Skip to content
Snippets Groups Projects
Commit 446190e2 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

whoops

parent ecf128ca
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -123,15 +123,15 @@ newTalent{
local ret = {
rest_count = 0
}
if core.shader.active(4) then
ret.particle1, ret.particle2 = self:addParticles3D("volumetric", {kind="bright_cylinder", radius=1.4, shininess=40, growSpeed=0.004, img="circles2_01"})
end
-- if core.shader.active(4) then
-- ret.particle1, ret.particle2 = self:addParticles3D("volumetric", {kind="bright_cylinder", radius=1.4, shininess=40, growSpeed=0.004, img="circles2_01"})
-- end
return ret
end,
deactivate = function(self, t, p)
self:removeParticles(p.particle1)
self:removeParticles(p.particle2)
-- self:removeParticles(p.particle1)
-- self:removeParticles(p.particle2)
return true
end,
info = function(self, t)
......
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