Skip to content

Commit

Permalink
Slightly buff flashlight multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
MBmasher committed Aug 27, 2022
1 parent 454d868 commit b082dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Difficulty/Skills/Flashlight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public Flashlight(Mod[] mods)
hasHiddenMod = mods.Any(m => m is OsuModHidden);
}

private double skillMultiplier => 0.05;
private double skillMultiplier => 0.052;
private double strainDecayBase => 0.15;

private double currentStrain;
Expand Down

0 comments on commit b082dc1

Please sign in to comment.