Remove score multiplier on difficulty-increasing mods with customised settings

This commit is contained in:
Salman Ahmed
2022-07-18 07:22:25 +03:00
parent 6bfa5e53e0
commit 32ba58109b
16 changed files with 16 additions and 16 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Catch.Mods
{
public class CatchModFlashlight : ModFlashlight<CatchHitObject>
{
public override double ScoreMultiplier => 1.12;
public override double ScoreMultiplier => UsesDefaultConfiguration ? 1.12 : 1;
[SettingSource("Flashlight size", "Multiplier applied to the default flashlight size.")]
public override BindableFloat SizeMultiplier { get; } = new BindableFloat