mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:13:22 +08:00
make Relax incompatible with Swap and Random
This commit is contained in:
parent
c754574865
commit
955a2dbe91
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user