Merge pull request #1312 from Xinnoh/patch-1

changed description for hidden
This commit is contained in:
Dean Herbert 2017-09-26 20:12:46 +08:00 committed by GitHub
commit 9892572db4

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Catch.Mods
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;
}