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:
parent
3457bc08e5
commit
5bb12b574b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user