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

Fixed Dirty Fighting not being available on NPCs

parent 8df6ebaf
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -31,7 +31,7 @@ newTalent{
requires_target = true,
range = 1,
is_melee = true,
no_npc = true,
no_npc_use = true,
target = function(self, t) return {type="hit", range=self:getTalentRange(t)} end,
getDamage = function(self, t) return self:combatTalentWeaponDamage(t, 1.5, 2.1) end,
getDuration = function(self, t) return math.floor(self:combatTalentLimit(t, 10, 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