Skip to content
Snippets Groups Projects
Commit 6a12dcbb authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix Scar-Scripted Flesh

parent f0d5f12d
No related branches found
No related tags found
No related merge requests found
......@@ -1083,7 +1083,9 @@ newTalent{
mode = "passive",
getChance = function(self, t) return self:combatTalentLimit(t, 100, 20, 45) end, -- Limit < 100%
callbackOnCrit = function(self, t)
if self.turn_procs.scar_scripted_flesh then return end
if not rng.percent(t.getChance(self, t)) then return end
self.turn_procs.scar_scripted_flesh = true
self:alterEffectDuration(self.EFF_RUNE_COOLDOWN, -1)
self:alterEffectDuration(self.EFF_INFUSION_COOLDOWN, -1)
......
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