change mania multiplier

This commit is contained in:
Shawdooow 2017-05-30 13:27:10 -04:00
parent ecc0d0b11c
commit cb5fcf2572
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class ManiaModSuddenDeath : ModSuddenDeath
public class ManiaModDaycore : ModDaycore
{
public override double ScoreMultiplier => 0.5;
public override double ScoreMultiplier => 0.3;
}
public class ManiaModDoubleTime : ModDoubleTime