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

Stuff keeps popping up!

parent bdc5eea9
No related branches found
No related tags found
1 merge request!148Combat display tweaks
......@@ -1309,7 +1309,7 @@ end
--- Gets the damage range
function _M:combatDamageRange(weapon, add)
weapon = weapon or self.combat or {}
return (self.combat_damrange or 0) + (weapon.damrange or 1.1) + (add or 0)
return (self.combat_damrange or 0) + (weapon.damrange or (1.1 - (add or 0))) + (add or 0)
end
--- Scale damage values
......
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