1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 08:27:49 +08:00

Increase HP gain of bananas

This commit is contained in:
smoogipoo 2020-07-11 20:33:42 +09:00
parent acfb6eecc6
commit ede4235884

View File

@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
return 0;
case HitResult.Perfect:
return 0.01;
return DEFAULT_MAX_HEALTH_INCREASE * 0.75;
}
}