add back DTHR bonus for clarity

This commit is contained in:
tsunyoku
2024-11-18 17:49:17 +00:00
parent ee4e33bdc3
commit 2bb69c851b
+4
View File
@@ -272,6 +272,10 @@ impl<'m> OsuPP<'m> {
.powf(1.0 / 1.1)
* multiplier;
if self.mods.dt() && self.mods.hr() {
pp *= 1.025;
}
if difficulty.beatmap_creator == "gwb" || difficulty.beatmap_creator == "Plasma" {
pp *= 0.9;
}