mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 15:22:54 +08:00
Fixed too strong HP drain
This commit is contained in:
parent
4184f17709
commit
6b07d4581a
@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
/// The maximum HP deducted for a <see cref="HitResult.Miss"/>.
|
||||
/// This occurs when HP Drain = 10.
|
||||
/// </summary>
|
||||
private const double hp_miss_max = -0.12;
|
||||
private const double hp_miss_max = -0.012;
|
||||
|
||||
/// <summary>
|
||||
/// The HP awarded for a <see cref="DrumRollTick"/> hit.
|
||||
|
Loading…
Reference in New Issue
Block a user