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

Whoops, better now.

parent 32493e30
No related branches found
No related tags found
No related merge requests found
......@@ -1542,7 +1542,7 @@ function _M:getTextualDesc(compare_with, use_actor)
if (w and w.combat or can_combat_unarmed) and (use_actor:knowTalent(use_actor.T_EMPTY_HAND) or use_actor:attr("show_gloves_combat")) then
desc:add({"color","YELLOW"}, "When used to modify unarmed attacks:", {"color", "LAST"}, true)
compare_tab = { dam=1, atk=1, apr=0, physcrit=0, physspeed =(use_actor:knowTalent(use_actor.T_EMPTY_HAND) and 0.6 or 1), dammod=use_actor:getDammod({str=1}), damrange=1.1 }
compare_tab = { dam=1, atk=1, apr=0, physcrit=0, physspeed =(use_actor:knowTalent(use_actor.T_EMPTY_HAND) and 0.6 or 1), dammod=use_actor:getDammod({dammod={str=1}}), damrange=1.1 }
desc_combat(w, compare_unarmed, "combat", compare_tab, true)
end
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