Skip to content
Snippets Groups Projects
Commit ca115e27 authored by K'van's avatar K'van
Browse files

Allow Waters of Life to bypass is_heal test because it can also cleanse...

Allow Waters of Life to bypass is_heal test because it can also cleanse effects which could possibly reduce your heal mod to 0 (causing the is_heal test to fail).
parent 294e777b
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ newTalent{
end
return false
end,
is_heal = true,
is_heal = true, ignore_is_heal_test = true,
getdur = function(self,t) return math.floor(self:combatTalentLimit(t, 30, 6, 14)) end, -- limit to <30
action = function(self, t)
local nb = 0
......
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