mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
Don't allow auto to fail
This commit is contained in:
parent
131a431b02
commit
dccc134efa
@ -29,5 +29,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override string Description => "Watch a perfect automated play through the song";
|
||||
public override double ScoreMultiplier => 0;
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModRelax), typeof(ModSuddenDeath), typeof(ModNoFail) };
|
||||
public override bool AllowFail => false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user