mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Dual stages is not ranked ಠ_ಠ
This commit is contained in:
parent
77c4da5f0f
commit
17d75b349d
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
public override string ShortenedName => "DS";
|
||||
public override string Description => @"Double the stages, double the fun!";
|
||||
public override double ScoreMultiplier => 1;
|
||||
public override bool Ranked => true;
|
||||
public override bool Ranked => false;
|
||||
|
||||
public void ApplyToBeatmapConverter(BeatmapConverter<ManiaHitObject> beatmapConverter)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user