Skip to content
Snippets Groups Projects
Commit 24236b06 authored by dg's avatar dg
Browse files

fix prob weaving

git-svn-id: http://svn.net-core.org/repos/t-engine4@3077 51575b47-30f0-44d4-a5cc-537603b46e54
parent 317038d6
No related branches found
No related tags found
No related merge requests found
......@@ -709,7 +709,7 @@ function _M:physicalCrit(dam, weapon, target)
end
end
if target:knowTalent(target.T_PROBABILITY_WEAVING) and target:isTalentActive(T_PROBABILITY_WEAVING) then
if target:knowTalent(target.T_PROBABILITY_WEAVING) and target:isTalentActive(target.T_PROBABILITY_WEAVING) then
chance = chance - target:getTalentLevel(target.T_PROBABILITY_WEAVING)
end
if target:hasHeavyArmor() and target:knowTalent(target.T_HEAVY_ARMOUR_TRAINING) then
......
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