mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Combine RestartOnFail into FailOverride
This commit is contained in:
@ -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) };
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user