Skip to content

Commit

Permalink
increase single note tolerance for cj again
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 10, 2020
1 parent 850a0ee commit 209744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ Calc::SetCJMod(const vector<NoteInfo>& NoteInfo, vector<float> doot[ModCount])
// lower bpms aren't automatically rated higher than more sparse
// jacks at higher bpms
float prop = static_cast<float>(chordtaps + 1) /
static_cast<float>(taps - 1) * 21.f / 7.f;
static_cast<float>(taps - 1) * 38.f / 7.f;
float brop = CalcClamp(actual_jacks - 2.f, 0.625f, 1.f);

float bruh_too_many_quads =
Expand Down

0 comments on commit 209744b

Please sign in to comment.