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

fixed providence

parent 6c948f8f
No related branches found
No related tags found
No related merge requests found
......@@ -1022,7 +1022,6 @@ newEffect{
end
end,
activate = function(self, eff)
eff.tmpid = self:addTemporaryValue("life_regen", eff.power)
eff.tmpid = self:addTemporaryValue("life_regen", eff.power)
if core.shader.active(4) then
eff.particle1 = self:addParticles(Particles.new("shader_shield", 1, {toback=true, size_factor=1.5, y=-0.3, img="healcelestial"}, {type="healing", time_factor=4000, noup=2.0, beamColor1={0xd8/255, 0xff/255, 0x21/255, 1}, beamColor2={0xf7/255, 0xff/255, 0x9e/255, 1}, circleColor={0,0,0,0}, beamsCount=5}))
......
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