diff --git a/game/modules/tome/data/talents/spells/phantasm.lua b/game/modules/tome/data/talents/spells/phantasm.lua index 3c42070b7762dc1fafb81216b59f9e66ce3c3c68..765895a7e5d2fd09db44068619fcae13814f4326 100644 --- a/game/modules/tome/data/talents/spells/phantasm.lua +++ b/game/modules/tome/data/talents/spells/phantasm.lua @@ -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})