Adjust target and hold off mod multipliers

This commit is contained in:
Dan Balasescu
2022-11-01 17:57:20 +09:00
parent 00bd77ce76
commit 37407293aa
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania.Mods
public override string Acronym => "HO";
public override double ScoreMultiplier => 1;
public override double ScoreMultiplier => 0.9;
public override LocalisableString Description => @"Replaces all hold notes with normal notes.";