1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 04:32:57 +08:00

set Ranked to true for OsuModTraceable

This commit is contained in:
tsunyoku 2024-05-22 10:38:47 +01:00
parent 3a608aa815
commit 97fe59cb24

View File

@ -19,6 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override ModType Type => ModType.Fun;
public override LocalisableString Description => "Put your faith in the approach circles...";
public override double ScoreMultiplier => 1;
public override bool Ranked => true;
public override Type[] IncompatibleMods => new[] { typeof(IHidesApproachCircles), typeof(OsuModDepth) };