Skip to content
Snippets Groups Projects
Commit 52b35133 authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Delete obsolete code for Scoundrel's Strategies since it never worked

parent 279e34e3
No related branches found
No related tags found
1 merge request!681Misc 1.73 fixes
......@@ -1960,11 +1960,6 @@ function _M:physicalCrit(dam, weapon, target, atk, def, add_chance, crit_power_a
chance = chance - target:combatCritReduction()
end
-- Scoundrel's Strategies
if self:attr("cut") and target and target:knowTalent(self.T_SCOUNDREL) then
chance = chance - target:callTalent(target.T_SCOUNDREL,"getCritPenalty")
end
if self:attr("stealth") and self:knowTalent(self.T_SHADOWSTRIKE) and target and not target:canSee(self) then
chance = 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