1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 17:50:34 +08:00

reduced diffspike nerf

This commit is contained in:
emu1337
2021-06-13 21:20:08 +02:00
Unverified
parent 3309ab2be3
commit 4c949d9829
@@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
double strainMultiplier;
List<double> strains = GetCurrentStrainPeaks().OrderByDescending(d => d).ToList();
double baseLine = 0.6;
double baseLine = 0.68;
for (int i = 0; i <= 9; i++)
{