changed description for hidden

ctb doesn't have approach circles
This commit is contained in:
Sinnoh 2017-09-26 16:50:12 +08:00 committed by GitHub
parent 797e77e651
commit 3b9c2d1d5f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class CatchModEasy : ModEasy
public class CatchModHidden : ModHidden
{
public override string Description => @"Play with no approach circles and fading notes for a slight score advantage.";
public override string Description => @"Play with fading notes for a slight score advantage.";
public override double ScoreMultiplier => 1.06;
}