mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Increase the multiplier when hidden is applied on the Flashlight skill
This commit is contained in:
@ -203,7 +203,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
|
||||
// Add an additional bonus for HDFL.
|
||||
if (mods.Any(h => h is OsuModHidden))
|
||||
flashlightValue *= 1.2;
|
||||
flashlightValue *= 1.3;
|
||||
|
||||
// Penalize misses by assessing # of misses relative to the total # of objects. Default a 3% reduction for any # of misses.
|
||||
if (countMiss > 0)
|
||||
|
Reference in New Issue
Block a user