Playtesting - Fixes and rebalancing

This commit is contained in:
Daniel Xie
2017-04-27 15:59:57 -05:00
parent b61754ddd0
commit 2e73efc6ef
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -831,8 +831,8 @@ PlayerObject.prototype.startClass = function(costMult, expMult, className) {
}
this.workMoneyLossRate = cost;
this.workHackExpGainRate = hackExp;
this.workChaExpGainRate = chaExp;
this.workHackExpGainRate = hackExp * this.hacking_exp_mult;
this.workChaExpGainRate = chaExp * this.charisma_exp_mult;
var cancelButton = document.getElementById("work-in-progress-cancel-button");