1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 03:03:21 +08:00

rename mod

This commit is contained in:
Hivie 2024-11-18 12:10:23 +01:00
parent 9bea112370
commit a7b4f975ca
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ using osu.Game.Rulesets.Taiko.Objects;
namespace osu.Game.Rulesets.Taiko.Mods
{
public class TaikoModSimplifiedRhythm : Mod, IApplicableToBeatmap
public class TaikoModSimplified : Mod, IApplicableToBeatmap
{
public override string Name => "Simplified Rhythm";
public override string Acronym => "SR";
public override string Name => "Simplified";
public override string Acronym => "SF";
public override double ScoreMultiplier => 0.6;
public override LocalisableString Description => "Simplify tricky rhythms!";
public override ModType Type => ModType.DifficultyReduction;

View File

@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Taiko
new TaikoModEasy(),
new TaikoModNoFail(),
new MultiMod(new TaikoModHalfTime(), new TaikoModDaycore()),
new TaikoModSimplifiedRhythm(),
new TaikoModSimplified(),
};
case ModType.DifficultyIncrease: