mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09:00
osu! mode starts with health being full.
This commit is contained in:
parent
c3699c1395
commit
1d24ad3db6
@ -11,6 +11,7 @@ namespace osu.Game.Modes.Osu
|
||||
public OsuScoreProcessor(int hitObjectCount)
|
||||
: base(hitObjectCount)
|
||||
{
|
||||
Health.Value = 1;
|
||||
}
|
||||
|
||||
protected override void UpdateCalculations(JudgementInfo judgement)
|
||||
|
Loading…
x
Reference in New Issue
Block a user