1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 18:42:56 +08:00

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

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Catch.Mods
public class CatchModHidden : ModHidden 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; public override double ScoreMultiplier => 1.06;
} }