mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Increase HP gain of bananas
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user