mirror of https://github.com/ppy/osu
Make hold note ticks affect combo score rather than bonus
This commit is contained in:
parent
2bb212c2d8
commit
19eb6fad7f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue