mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
make ModDifficultyAdjust incompatible with ModEasy and ModHardRock
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override ModType Type => ModType.DifficultyReduction;
|
||||
public override double ScoreMultiplier => 0.5;
|
||||
public override bool Ranked => true;
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModHardRock) };
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModHardRock), typeof(ModDifficultyAdjust) };
|
||||
|
||||
private int retries = 2;
|
||||
|
||||
|
Reference in New Issue
Block a user