Skip to content
Snippets Groups Projects
Commit adf94dc3 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Removed re-definition of damDesc.

parent 222f085a
No related branches found
No related tags found
1 merge request!72damDesc fix
......@@ -296,15 +296,6 @@ cancelStances = function(self)
self.cancelling_stances = nil
end
damDesc = function(self, type, dam)
-- Increases damage
if self.inc_damage then
local inc = (self.inc_damage.all or 0) + (self.inc_damage[type] or 0)
dam = dam + (dam * inc / 100)
end
return dam
end
-- Archery range talents
archery_range = function(self, t)
local weapon, ammo, offweapon = self:hasArcheryWeapon()
......
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