mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 22:04:47 +08:00
Fix catch awarding too much hp
This commit is contained in:
@@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
|
||||
default:
|
||||
return 0;
|
||||
case HitResult.Perfect:
|
||||
return 0.08;
|
||||
return 0.008;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
|
||||
default:
|
||||
return base.HealthIncreaseFor(result);
|
||||
case HitResult.Perfect:
|
||||
return 0.07;
|
||||
return 0.007;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user