mirror of
https://github.com/ppy/osu
synced 2025-01-04 21:30:08 +00:00
Remove override
This commit is contained in:
parent
d80a2dcca7
commit
6ecc728c01
@ -21,8 +21,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(ModPerfect)).ToArray();
|
||||
|
||||
public override bool PerformFail() => true;
|
||||
|
||||
protected override bool FailCondition(HealthProcessor healthProcessor, JudgementResult result)
|
||||
=> result.Type.AffectsCombo()
|
||||
&& !result.IsHit;
|
||||
|
Loading…
Reference in New Issue
Block a user