parry chance removed 10x

This commit is contained in:
2025-02-03 19:04:04 -06:00
parent 0d125e2640
commit d79c69658a
-2
View File
@@ -4770,8 +4770,6 @@ public class PlayerCharacter extends AbstractCharacter {
if(mainHand != null && mainHand.getItemBase().isTwoHanded())
parryBonus = 10;
parryBonus *= 10;
passiveSkill = this.skills.get("Parry");
if(passiveSkill == null)
return 0;