mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Change mod description
This commit is contained in:
parent
e89f33483d
commit
0620cd130e
@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override string Name => "Muted";
|
||||
public override string Acronym => "MU";
|
||||
public override IconUsage? Icon => FontAwesome.Solid.VolumeMute;
|
||||
public override string Description => "Who needs music in a rhythm game?";
|
||||
public override string Description => "Can you still feel the rhythm without music?";
|
||||
public override ModType Type => ModType.Fun;
|
||||
public override double ScoreMultiplier => 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user