Player starts with 8GB of RAM on home. scan-analyze displays RAM. Increased percentage money hacked

This commit is contained in:
Daniel Xie
2017-05-24 00:05:31 -05:00
parent 5d415a1a60
commit f756f09dbe
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ HacknetNode.prototype.updateMoneyGainRate = function() {
this.moneyGainRatePerSecond = (this.level * gainPerLevel) *
Math.pow(1.04, this.ram-1) *
((this.numCores + 1) / 2) * Player.hacknet_node_money_mult;
((this.numCores + 3) / 4) * Player.hacknet_node_money_mult;
if (isNaN(this.moneyGainRatePerSecond)) {
this.moneyGainRatePerSecond = 0;
dialogBoxCreate("Error in calculating Hacknet Node production. Please report to game developer");