Fixed gym bug

This commit is contained in:
danielyxie 2019-07-16 09:52:08 -07:00 committed by danielyxie
parent 3c9ebb75fe
commit b97fab2bf4
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

@ -1211,6 +1211,8 @@ export function startClass(costMult, expMult, className) {
var gameCPS = 1000 / Engine._idleSpeed; var gameCPS = 1000 / Engine._idleSpeed;
const baseGymExp = 1;
//Find cost and exp gain per game cycle //Find cost and exp gain per game cycle
var cost = 0; var cost = 0;
var hackExp = 0, strExp = 0, defExp = 0, dexExp = 0, agiExp = 0, chaExp = 0; var hackExp = 0, strExp = 0, defExp = 0, dexExp = 0, agiExp = 0, chaExp = 0;