diff --git a/osu.Game.Rulesets.Taiko/Mods/TaikoModRelax.cs b/osu.Game.Rulesets.Taiko/Mods/TaikoModRelax.cs index ed09a85ebb..c5db4e8766 100644 --- a/osu.Game.Rulesets.Taiko/Mods/TaikoModRelax.cs +++ b/osu.Game.Rulesets.Taiko/Mods/TaikoModRelax.cs @@ -14,7 +14,8 @@ namespace osu.Game.Rulesets.Taiko.Mods { public override LocalisableString Description => @"No need to remember which key is correct anymore!"; - public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(TaikoModSingleTap) }).ToArray(); + public override Type[] IncompatibleMods => + base.IncompatibleMods.Concat(new[] { typeof(TaikoModSingleTap), typeof(TaikoModRandom), typeof(TaikoModSwap) }).ToArray(); public void ApplyToDrawableHitObject(DrawableHitObject drawable) {