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

Fix Bone Spike not proccing

parent bf5e797a
No related branches found
No related tags found
1 merge request!555Fixes+Misc
......@@ -151,10 +151,9 @@ newTalent{
end,
callbackOnTalentPost = function(self, t, ab, ret, silent)
if ab.no_energy then return end
if ab.mode ~= "active" then return end
if ab.mode ~= "activated" then return end
if self.turn_procs.bone_spike then return end
self.turn_procs.bone_spike = true
local tg = self:getTalentTarget(t)
local dam = t.getDamage(self, t)
local did_crit = false
......
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