mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:22:55 +08:00
Merge 1d232dca8d
into ce8e4120b7
This commit is contained in:
commit
5675bfc5b9
@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
public override string Acronym => Name;
|
||||
public abstract int KeyCount { get; }
|
||||
public override ModType Type => ModType.Conversion;
|
||||
public override double ScoreMultiplier => 1; // TODO: Implement the mania key mod score multiplier
|
||||
public override double ScoreMultiplier => 0.9;
|
||||
public override bool Ranked => UsesDefaultConfiguration;
|
||||
|
||||
public void ApplyToBeatmapConverter(IBeatmapConverter beatmapConverter)
|
||||
|
Loading…
Reference in New Issue
Block a user