mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:53:21 +08:00
Change mod description
This commit is contained in:
parent
f33f1b2bed
commit
08821da954
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class OsuModRandom : ModRandom, IApplicableToBeatmap
|
public class OsuModRandom : ModRandom, IApplicableToBeatmap
|
||||||
{
|
{
|
||||||
public override string Description => "Practice your reaction time!";
|
public override string Description => "It never gets boring!";
|
||||||
public override bool Ranked => false;
|
public override bool Ranked => false;
|
||||||
|
|
||||||
[SettingSource("Circles", "Hit circles appear at random positions")]
|
[SettingSource("Circles", "Hit circles appear at random positions")]
|
||||||
|
Loading…
Reference in New Issue
Block a user