Renamed TaikoModFlip to TaikoModInvert

This commit is contained in:
Henry Lin
2021-05-16 12:51:40 +08:00
parent 422a3b76b6
commit 5972e43bc2
5 changed files with 20 additions and 18 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
public class TaikoModRandom : ModRandom, IApplicableToBeatmap
{
public override string Description => @"Shuffle around the colours!";
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(TaikoModFlip)).ToArray();
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(TaikoModInvert)).ToArray();
public void ApplyToBeatmap(IBeatmap beatmap)
{