Skip to content

Commit

Permalink
Remove minimum health requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Nov 26, 2023
1 parent f25624d commit eef3195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace osu.Game.Rulesets.Sentakki.Scoring;

public partial class SentakkiHealthProcessor : AccumulatingHealthProcessor
{
public SentakkiHealthProcessor() : base(0.8)
public SentakkiHealthProcessor() : base(0)
{
}

Expand Down

0 comments on commit eef3195

Please sign in to comment.