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

Merge branch 'waters-life-ignore-heal-test' into 'master'

Allow Waters of Life to bypass is_heal test

Allow Waters of Life to bypass is_heal test because it prevents poison/disease from hurting you, even if 0 heal mod stops any healing.

See merge request !760
parents 905a4a6d ca115e27
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