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

burning wake aura

parent b18410f2
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ newTalent{
activate = function(self, t)
game:playSoundNear(self, "talents/fire")
local cft = self:getTalentFromId(self.T_CLEANSING_FLAMES)
-- self:addShaderAura("burning_wake", "awesomeaura", {time_factor=3500, alpha=0.6}, "particles_images/wings.png")
self:addShaderAura("burning_wake", "awesomeaura", {time_factor=3500, alpha=0.6, flame_scale=0.6}, "particles_images/wings.png")
return {
bw = self:addTemporaryValue("burning_wake", t.getDamage(self, t)),
cf = self:addTemporaryValue("cleansing_flames", cft.getChance(self, cft)),
......
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