Skip to content

Commit

Permalink
cj base balance
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 6, 2020
1 parent 8688efe commit 7427b96
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 @@ -601,7 +601,7 @@ static const float stam_prop =
// and chordstreams start lower
// stam is a special case and may use normalizers again
static const float basescalers[NUM_Skillset] = { 0.f, 0.98f, 0.94f, 0.95f,
0.f, 0.8f, 0.975f, 0.9f };
0.f, 0.8f, 0.84f, 0.9f };

float
Hand::CalcMSEstimate(vector<float>& input)
Expand Down

0 comments on commit 7427b96

Please sign in to comment.