Apply multiple other mod debuffs as decided in pull request discussion

This commit is contained in:
Dean Herbert
2022-08-12 15:25:35 +09:00
parent ac4213ecee
commit e5e9841652
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Mods
public override string Acronym => "RX";
public override IconUsage? Icon => OsuIcon.ModRelax;
public override ModType Type => ModType.Automation;
public override double ScoreMultiplier => 0.5;
public sealed override double ScoreMultiplier => 0.1;
public override Type[] IncompatibleMods => new[] { typeof(ModAutoplay), typeof(ModNoFail), typeof(ModFailCondition) };
}
}