1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Fix newline style in mod

This commit is contained in:
Spooghetti420 2022-01-27 16:21:38 +00:00
parent 5dd829cb3a
commit c0b2f8bd01

View File

@ -25,10 +25,15 @@ namespace osu.Game.Rulesets.Mania.Mods
{
public override string Name => "No Long Notes";
public override string Acronym => "NL";
public override double ScoreMultiplier => 1;
public override string Description => @"Turns all held notes into tap notes. No coordination required.";
public override IconUsage? Icon => FontAwesome.Solid.DotCircle;
public override ModType Type => ModType.Conversion;
[SettingSource("Add end notes", "Also add a note at the end of a held note")]