1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Merge pull request #9329 from smoogipoo/mania-tick-combo-score

Make hold note ticks affect combo score rather than bonus
This commit is contained in:
Dean Herbert 2020-06-21 18:34:45 +09:00 committed by GitHub
commit d06fe3a03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@ namespace osu.Game.Rulesets.Mania.Judgements
{
public class HoldNoteTickJudgement : ManiaJudgement
{
public override bool AffectsCombo => false;
protected override int NumericResultFor(HitResult result) => 20;
protected override double HealthIncreaseFor(HitResult result)