Skip to content

Commit

Permalink
Merge pull request #191 from smoogipoo/mbmasher-fl-skill
Browse files Browse the repository at this point in the history
Add flashlight difficulty attribute
  • Loading branch information
peppy authored Sep 29, 2021
2 parents 796fb47 + 466c1ec commit 355bde1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static class DifficultyAttributeExtensions
yield return (7, osu.ApproachRate);
yield return (9, osu.MaxCombo);
yield return (11, attributes.StarRating);
yield return (17, osu.FlashlightRating);

break;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="MySqlConnector" Version="1.3.11" />
<PackageReference Include="ppy.osu.Game" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.927.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2021.927.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2021.927.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2021.927.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2021.927.0" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.*.json">
Expand Down

0 comments on commit 355bde1

Please sign in to comment.