Change mod description

This commit is contained in:
Pasi4K5 2021-04-25 01:43:32 +02:00
parent f33f1b2bed
commit 08821da954
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
/// </summary>
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;
[SettingSource("Circles", "Hit circles appear at random positions")]