Combine RestartOnFail into FailOverride

This commit is contained in:
Paul Teng
2018-10-30 07:12:06 -04:00
parent 52b9a3f5e9
commit 007dfedbb7
7 changed files with 12 additions and 19 deletions

View File

@ -30,6 +30,7 @@ namespace osu.Game.Rulesets.Mods
public override string Description => "Watch a perfect automated play through the song.";
public override double ScoreMultiplier => 1;
public bool AllowFail => false;
public bool RestartOnFail => false;
public override Type[] IncompatibleMods => new[] { typeof(ModRelax), typeof(ModSuddenDeath), typeof(ModNoFail) };
}
}