Change mod description

This commit is contained in:
Henry Lin 2021-07-29 14:41:47 +08:00
parent e89f33483d
commit 0620cd130e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public abstract class ModMuted : Mod
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;
}