1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Change mod description

This commit is contained in:
Pasi4K5 2021-04-25 01:43:32 +02:00
parent f33f1b2bed
commit 08821da954

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")]