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

Unseen Force scales way better

parent f4460af8
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ newTalent{
return tLevel
end,
getSecondHitChance = function(self, t)
return self:combatTalentScale(t.getAdjustedTalentLevel(self, t), 15, 35)
return self:combatTalentScale(t, 25, 150)
end,
action = function(self, t)
local secondchance = t.getSecondHitChance(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