1
0
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:
Bartłomiej Dach 2020-10-03 11:41:26 +02:00
parent db31280671
commit 682b5fb056

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
{
switch (result)
{
case HitResult.Great:
case HitResult.SmallTickHit:
return 0.15;
default: