mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
make Cinema incompatible with InputBlockingMod
This commit is contained in:
parent
e9b0a3e4fa
commit
6755a771b4
@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public abstract class InputBlockingMod : Mod, IApplicableToDrawableRuleset<OsuHitObject>
|
||||
{
|
||||
public override double ScoreMultiplier => 1.0;
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModAutoplay), typeof(ModRelax) };
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModAutoplay), typeof(ModRelax), typeof(OsuModCinema) };
|
||||
public override ModType Type => ModType.Conversion;
|
||||
|
||||
protected const double FLASH_DURATION = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user