mirror of https://github.com/ppy/osu
parent
faf143b11a
commit
c1da509119
|
@ -84,7 +84,7 @@ private double computeDifficultyValue(ScoreInfo score, TaikoDifficultyAttributes
|
|||
difficultyValue *= 1.050;
|
||||
|
||||
if (score.Mods.Any(m => m is ModFlashlight<TaikoHitObject>))
|
||||
difficultyValue *= 1.05 * lengthBonus;
|
||||
difficultyValue *= 1.050 * lengthBonus;
|
||||
|
||||
return difficultyValue * Math.Pow(score.Accuracy, 2.0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue