mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
allow ModMuted
to ranked when setting adjusted
This commit is contained in:
parent
7bc571dd51
commit
1944a12634
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
public override LocalisableString Description => "Can you still feel the rhythm without music?";
|
public override LocalisableString Description => "Can you still feel the rhythm without music?";
|
||||||
public override ModType Type => ModType.Fun;
|
public override ModType Type => ModType.Fun;
|
||||||
public override double ScoreMultiplier => 1;
|
public override double ScoreMultiplier => 1;
|
||||||
public override bool Ranked => UsesDefaultConfiguration;
|
public override bool Ranked => true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract class ModMuted<TObject> : ModMuted, IApplicableToDrawableRuleset<TObject>, IApplicableToTrack, IApplicableToScoreProcessor
|
public abstract class ModMuted<TObject> : ModMuted, IApplicableToDrawableRuleset<TObject>, IApplicableToTrack, IApplicableToScoreProcessor
|
||||||
|
Loading…
Reference in New Issue
Block a user