From 26f7126fdade1a52c460714106ae41eecbf8ad9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 10:13:53 +0000 Subject: [PATCH 1/2] Bump ppy.osu.Game from 2021.1108.0 to 2021.1113.0 Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2021.1108.0 to 2021.1113.0. - [Release notes](https://github.com/ppy/osu/releases) - [Commits](https://github.com/ppy/osu/compare/2021.1108.0...2021.1113.0) --- updated-dependencies: - dependency-name: ppy.osu.Game dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj index a78e0b8da..52880f72e 100644 --- a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj +++ b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj @@ -9,7 +9,7 @@ osu.Game.Rulesets.Sentakki - + From 310e0891c9403e1b01d6f9886bd0c58026149e75 Mon Sep 17 00:00:00 2001 From: Derrick Timmermans Date: Sat, 13 Nov 2021 12:20:36 +0100 Subject: [PATCH 2/2] Switch to StarRating in DiffCalc --- .../Difficulty/SentakkiDifficultyCalculator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Sentakki/Difficulty/SentakkiDifficultyCalculator.cs b/osu.Game.Rulesets.Sentakki/Difficulty/SentakkiDifficultyCalculator.cs index c51011a6a..9d7bef8f8 100644 --- a/osu.Game.Rulesets.Sentakki/Difficulty/SentakkiDifficultyCalculator.cs +++ b/osu.Game.Rulesets.Sentakki/Difficulty/SentakkiDifficultyCalculator.cs @@ -37,7 +37,7 @@ protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beat return new DifficultyAttributes { - StarRating = beatmap.BeatmapInfo.StarDifficulty * 1.25f, // Inflate SR of converts, to encourage players to try lower diffs, without hurting their fragile ego. + StarRating = beatmap.BeatmapInfo.StarRating * 1.25f, // Inflate SR of converts, to encourage players to try lower diffs, without hurting their fragile ego. Mods = mods, Skills = skills, MaxCombo = maxCombo