mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
use extension method to check accuracy impact
This commit is contained in:
parent
e0f3fa1af6
commit
150195b887
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user