mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 10:22:56 +08:00
Make catch provide some HP at DrainRate=10
This commit is contained in:
parent
b59f23d094
commit
78c844e259
@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Catch.Scoring
|
||||
case HitResult.Miss:
|
||||
return hpDrainRate;
|
||||
default:
|
||||
return 10 - hpDrainRate; // Award less HP as drain rate is increased
|
||||
return 10.2 - hpDrainRate; // Award less HP as drain rate is increased
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user