Skip to content

Commit

Permalink
Merge pull request #281 from LumpBloom7/dependabot/nuget/ppy.osu.Game…
Browse files Browse the repository at this point in the history
…-2021.1113.0

Bump ppy.osu.Game from 2021.1108.0 to 2021.1113.0
  • Loading branch information
LumpBloom7 committed Nov 13, 2021
2 parents 91cce04 + 310e089 commit aa3b4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.1108.0"/>
<PackageReference Include="ppy.osu.Game" Version="2021.1113.0"/>
</ItemGroup>

<!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
Expand Down

0 comments on commit aa3b4ae

Please sign in to comment.