mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
use extension method to check accuracy impact
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
protected override bool FailCondition(HealthProcessor healthProcessor, JudgementResult result)
|
||||
{
|
||||
if (!result.Type.IsScorable() || result.Type.IsBonus())
|
||||
if (!result.Type.AffectsAccuracy())
|
||||
return false;
|
||||
|
||||
return getAccuracyWithImminentResultAdded(result) < MinimumAccuracy.Value;
|
||||
|
Reference in New Issue
Block a user