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

Fix Bone Spike tooltip

parent 86aa26b6
No related branches found
No related tags found
1 merge request!563Misc+Fixes
......@@ -55,7 +55,7 @@ newTalent{
end,
info = function(self, t)
return ([[Conjures up a spear of bones, doing %0.2f physical damage to all targets in a line. Each target takes an additional %d%% damage for each magical debuff they are afflicted with.
The damage will increase with your Spellpower.]]):format(damDesc(self, DamageType.PHYSICAL, t.getDamage(self, t)), damDesc(self, DamageType.PHYSICAL, t.getBonus(self, t)*100))
The damage will increase with your Spellpower.]]):format(damDesc(self, DamageType.PHYSICAL, t.getDamage(self, t)), t.getBonus(self, t)*100)
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