mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 01:10:05 +08:00
Allow pp for Accuracy Challenge
Addresses https://github.com/ppy/osu/discussions/26919.
This commit is contained in:
@@ -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>))]
|
||||
|
||||
Reference in New Issue
Block a user