Skip to content
Snippets Groups Projects
Commit 9210e2ef authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fix

parent d9450409
No related branches found
No related tags found
1 merge request!123Chrono wrap up
...@@ -66,7 +66,7 @@ newTalent{ ...@@ -66,7 +66,7 @@ newTalent{
getProcs = function(self, t) return math.floor(self:combatTalentScale(t, 1, 5)) end, getProcs = function(self, t) return math.floor(self:combatTalentScale(t, 1, 5)) end,
no_energy = true, no_energy = true,
action = function(self, t) action = function(self, t)
self:setEffect(self.EFF_SEAL_FATE, t.getDuration(self, t), {procs=t.getProcs(self, t)}) self:setEffect(self.EFF_SEAL_FATE, t.getDuration(self, t), {procs=t.getProcs(self, t), chance=t.getChance(self, t)})
return true return true
end, end,
info = function(self, t) info = function(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