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:
Dean Herbert 2023-12-20 14:32:38 +09:00
parent ff6a02be82
commit d7603e8021
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public abstract class ModClassic : Mod
public override string Acronym => "CL";
public override double ScoreMultiplier => 0.5;
public override double ScoreMultiplier => 0.96;
public override IconUsage? Icon => FontAwesome.Solid.History;