mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:33:52 +08:00
Adjust health increase for drum roll tick to match new max result
This commit is contained in:
parent
db31280671
commit
682b5fb056
@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
|
||||
{
|
||||
switch (result)
|
||||
{
|
||||
case HitResult.Great:
|
||||
case HitResult.SmallTickHit:
|
||||
return 0.15;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user