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:
parent
acfb6eecc6
commit
ede4235884
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user