1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 11:30:04 +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
Unverified
@@ -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)