PlayerCombatStats dex penalty applied correctly

This commit is contained in:
2025-01-25 14:20:04 -06:00
parent 69e2630d77
commit 47914838f5
@@ -690,5 +690,6 @@ public class PlayerCombatStats {
float totalPenalty = dex * (1 + penaltyFactor);
return Math.round(dex - totalPenalty);
}
}