add back DTHR bonus for clarity
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user