mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
added target practice to uncompatible mods
This commit is contained in:
parent
4db0471ef7
commit
9fe03551f2
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
public override LocalisableString Description => @"Removes sliderbodies, transforming sliders into circles.";
|
||||
|
||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModStrictTracking) };
|
||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModStrictTracking), typeof(OsuModTargetPractice) };
|
||||
|
||||
public void ApplyToBeatmap(IBeatmap beatmap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user