feat: increase non-dt bonus

This commit is contained in:
tsunyoku
2022-11-20 15:23:42 +00:00
parent c35d5cf5c6
commit dbce0375fb
+1 -1
View File
@@ -276,7 +276,7 @@ impl<'m> OsuPP<'m> {
}
let nodt_bonus = match !self.mods.change_speed() && self.mods.rx() {
true => 1.01,
true => 1.02,
false => 1.0,
};