mirror of
https://github.com/osukey/osukey.git
synced 2025-06-21 19:27:58 +09:00
Make Meh judgements not drain HP
This commit is contained in:
parent
5ad9692467
commit
3fdff7bbcb
@ -103,7 +103,7 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
return -DEFAULT_MAX_HEALTH_INCREASE;
|
return -DEFAULT_MAX_HEALTH_INCREASE;
|
||||||
|
|
||||||
case HitResult.Meh:
|
case HitResult.Meh:
|
||||||
return -DEFAULT_MAX_HEALTH_INCREASE * 0.05;
|
return DEFAULT_MAX_HEALTH_INCREASE * 0.05;
|
||||||
|
|
||||||
case HitResult.Ok:
|
case HitResult.Ok:
|
||||||
return DEFAULT_MAX_HEALTH_INCREASE * 0.5;
|
return DEFAULT_MAX_HEALTH_INCREASE * 0.5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user