review pass eins

This commit is contained in:
Gabe Livengood
2022-05-24 20:04:57 -04:00
parent 252bacc8d4
commit 5944a15c30
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mods
public override double ScoreMultiplier => 1;
public override string Description => "SS or quit.";
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(ModSuddenDeath)).Append(typeof(ModAccuracyChallenge)).ToArray();
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(ModSuddenDeath), typeof(ModAccuracyChallenge) }).ToArray();
protected ModPerfect()
{