mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Allow pp for Accuracy Challenge
Addresses https://github.com/ppy/osu/discussions/26919.
This commit is contained in:
parent
c114fd8f89
commit
96f66aaa2e
@ -31,6 +31,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public override bool RequiresConfiguration => false;
|
||||
|
||||
public override bool Ranked => true;
|
||||
|
||||
public override string SettingDescription => base.SettingDescription.Replace(MinimumAccuracy.ToString(), MinimumAccuracy.Value.ToString("##%", NumberFormatInfo.InvariantInfo));
|
||||
|
||||
[SettingSource("Minimum accuracy", "Trigger a failure if your accuracy goes below this value.", SettingControlType = typeof(SettingsPercentageSlider<double>))]
|
||||
|
Loading…
Reference in New Issue
Block a user