mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Seal ModAutoplay
playability flags
Can't do much more than that due to the unfortunate fact of Cinema inheriting from Autoplay.
This commit is contained in:
parent
7ea298a1b6
commit
3a2645efb1
@ -20,9 +20,9 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override LocalisableString Description => "Watch a perfect automated play through the song.";
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
public override bool UserPlayable => false;
|
||||
public override bool ValidForMultiplayer => false;
|
||||
public override bool ValidForMultiplayerAsFreeMod => false;
|
||||
public sealed override bool UserPlayable => false;
|
||||
public sealed override bool ValidForMultiplayer => false;
|
||||
public sealed override bool ValidForMultiplayerAsFreeMod => false;
|
||||
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModCinema), typeof(ModRelax), typeof(ModAdaptiveSpeed) };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user