Merge pull request #32 from danielyxie/dev

Dev
This commit is contained in:
danielyxie 2017-05-30 16:38:22 -05:00 committed by GitHub
commit accbe1843f

@ -50,7 +50,7 @@ HacknetNode.prototype.updateMoneyGainRate = function() {
this.moneyGainRatePerSecond = (this.level * gainPerLevel) *
Math.pow(1.039, this.ram-1) *
((this.numCores + 2.9) / 4) * Player.hacknet_node_money_mult;
((this.numCores + 3) / 4.1) * Player.hacknet_node_money_mult;
if (isNaN(this.moneyGainRatePerSecond)) {
this.moneyGainRatePerSecond = 0;
dialogBoxCreate("Error in calculating Hacknet Node production. Please report to game developer");