1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-07 08:23:17 +08:00

Rename to PFC mode

This commit is contained in:
Plextora 2024-12-21 21:32:09 -05:00
parent fa5922337d
commit 87697a72e3

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
typeof(OsuModTargetPractice),
}).ToArray();
[SettingSource("Fail on slider tail miss", "Fail when missing on the end of a slider")]
[SettingSource("PFC mode", "Fail when missing on a slider tail")]
public BindableBool SliderTailMiss { get; } = new BindableBool();
protected override bool FailCondition(HealthProcessor healthProcessor, JudgementResult result)