feat: reduce rx ar bonus

This commit is contained in:
tsunyoku
2022-11-20 15:22:19 +00:00
parent c042715d17
commit 337f3c4b5e
+1 -1
View File
@@ -488,7 +488,7 @@ impl<'m> OsuPP<'m> {
if attributes.ar > 10.33 {
let mut ar_factor = if self.mods.rx() {
if attributes.ar > 10.67 {
0.45 * (attributes.ar - 10.67)
0.4 * (attributes.ar - 10.67)
} else {
0.0
}