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

with particles

parent d8eebf6f
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,9 @@ newTalent{
image.life = t:_getLife(self)
-- Clone particles
for ps, _ in pairs(self.__particles) do
image:addParticles(ps:clone())
end
local dam_bonus = self:callTalent(self.T_INVISIBILITY, "getDamPower")
image:setEffect(image.EFF_MIRROR_IMAGE_FAKE, 1, {dam=dam_bonus})
......
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