1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:12:56 +08:00

The arrange mod is not ranked I think.

This commit is contained in:
miterosan 2018-08-04 00:26:06 +02:00
parent 3457bc08e5
commit 5bb12b574b

View File

@ -17,7 +17,6 @@ namespace osu.Game.Rulesets.Osu.Mods
public override FontAwesome Icon => FontAwesome.fa_arrows;
public override ModType Type => ModType.DifficultyIncrease;
public override string Description => "Everything rotates. EVERYTHING";
public override bool Ranked => true;
public override double ScoreMultiplier => 1.05;
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)