Skip to content

Commit

Permalink
rasbladabingbangbong | 430
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 15, 2020
1 parent f30cff2 commit 119894c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/Agnostic/HA_PatternMods/CJ.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct CJMod
float total_prop_max = max_mod;
float total_prop_scaler = 5.428F; // ~38/7

float jack_base = 2.F;
float jack_base = 1.F;
float jack_min = 0.625F;
float jack_max = 1.F;
float jack_scaler = 1.F;
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 428;
int mina_calc_version = 430;
auto
GetCalcVersion() -> int
{
Expand Down

0 comments on commit 119894c

Please sign in to comment.