remove straintime & speed skill caps, implement basic doubletap cheese detection

This commit is contained in:
mrowswares
2021-08-29 17:19:26 +01:00
parent 7122f48568
commit 1ca0223c71
3 changed files with 19 additions and 5 deletions

View File

@ -82,7 +82,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods, double clockRate) => new Skill[]
{
new Aim(mods),
new Speed(mods)
new Speed(mods, beatmap, clockRate)
};
protected override Mod[] DifficultyAdjustmentMods => new Mod[]