mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 05:22:54 +08:00
Update HT mod multiplier to match stable better
This commit is contained in:
parent
996bc659e4
commit
4983845041
@ -32,9 +32,9 @@ namespace osu.Game.Rulesets.Mods
|
||||
value -= 1;
|
||||
|
||||
if (SpeedChange.Value >= 1)
|
||||
value /= 5;
|
||||
|
||||
return 1 + value;
|
||||
return 1 + value / 5;
|
||||
else
|
||||
return 0.6 + value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user