From 3b9c2d1d5fe929991f6e2ff1b7371e1e73e1a385 Mon Sep 17 00:00:00 2001 From: Sinnoh <30382015+Xinnoh@users.noreply.github.com> Date: Tue, 26 Sep 2017 16:50:12 +0800 Subject: [PATCH] changed description for hidden ctb doesn't have approach circles --- osu.Game.Rulesets.Catch/Mods/CatchMod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Catch/Mods/CatchMod.cs b/osu.Game.Rulesets.Catch/Mods/CatchMod.cs index b0880d7e1d..66261b0f0f 100644 --- a/osu.Game.Rulesets.Catch/Mods/CatchMod.cs +++ b/osu.Game.Rulesets.Catch/Mods/CatchMod.cs @@ -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; }