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

Bone Grab range now scales with talent level

parent 688589ae
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ newTalent{
points = 5,
vim = 28,
cooldown = 15,
range = 7,
range = function(self, t) return math.floor(self:combatTalentLimit(t, 10, 4, 9)) end,
tactical = { DISABLE = 1, CLOSEIN = 3 },
requires_target = true,
getDuration = function(self, t) return math.floor(self:combatTalentScale(t, 4, 8)) end,
......
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