mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00:00
move spun out to automation
This commit is contained in:
parent
8d480c794a
commit
8e20e641f4
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override string Name => "Spun Out";
|
||||
public override string Acronym => "SO";
|
||||
public override IconUsage? Icon => OsuIcon.ModSpunout;
|
||||
public override ModType Type => ModType.DifficultyReduction;
|
||||
public override ModType Type => ModType.Automation;
|
||||
public override string Description => @"Spinners will be automatically completed.";
|
||||
public override double ScoreMultiplier => 0.9;
|
||||
public override bool Ranked => true;
|
||||
|
Loading…
Reference in New Issue
Block a user