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

Fixed Cleansing Flames to correctly have a cooldown/mana cost

parent f979bdf7
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ newTalent{
on_pre_use = function(self, t) return game.level and self.x and game.level.map:hasEffectType(self.x, self.y, DamageType.INFERNO) end,
action = function(self, t)
self:setEffect(self.EFF_CLEANSING_FLAMES, t:_getDur(self), {chance=t:_getChance(self)})
return true
end,
info = function(self, t)
local damage = t.getDamage(self, t)
......
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