mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
Playtesting - Fixes and rebalancing
This commit is contained in:
+2
-2
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user