mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 03:03:39 +08:00
Adjust "classic" mod multiplier to 0.96x
Following discussions on discord, this seems like the most agreed upon value. Increasing this is important so that imported legacy scores don't lose too much value.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public override string Acronym => "CL";
|
||||
|
||||
public override double ScoreMultiplier => 0.5;
|
||||
public override double ScoreMultiplier => 0.96;
|
||||
|
||||
public override IconUsage? Icon => FontAwesome.Solid.History;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user