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

echoes particles

parent e3c92ae2
No related branches found
No related tags found
1 merge request!174More fixes
......@@ -321,7 +321,7 @@ newTalent{
DamageType:get(DamageType.TEMPORAL).projector(self, px, py, DamageType.TEMPORAL, dam)
end)
game.level.map:particleEmitter(self.x, self.y, tg.radius, "ball_temporal", {radius=tg.radius})
game.level.map:particleEmitter(self.x, self.y, 1, "shout", {size=4, distorion_factor=0.6, radius=self:getTalentRadius(t), life=30, nb_circles=8, rm=0.6, rM=0.6, gm=0.6, gM=0.6, bm=1, bM=1, am=0.6, aM=0.8})
game:playSoundNear(self, "talents/warp")
return true
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