feat: attempt further stream penalty

This commit is contained in:
tsunyoku
2022-11-21 18:15:38 +00:00
parent a0acc14f34
commit 6a7abec500
+1 -1
View File
@@ -269,7 +269,7 @@ impl<'m> OsuPP<'m> {
if streams_nerf < 1.0 {
let acc_factor = (1.0 - self.acc.unwrap()).abs();
acc_depression = (0.87 - acc_factor).max(0.7);
acc_depression = (0.8 - acc_factor).max(0.5);
if acc_depression > 0.0 {
aim_value *= acc_depression;