Added Soft Reset ability in Options. Cancelling work only halves reputation, not other stuff liek money and exp. Added 7 new hacking Augmentations

This commit is contained in:
Daniel Xie
2017-05-31 10:58:09 -05:00
parent 2752ec069a
commit 6714d664d0
7 changed files with 212 additions and 42 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ HacknetNode.prototype.updateMoneyGainRate = function() {
var gainPerLevel = CONSTANTS.HacknetNodeMoneyGainPerLevel;
this.moneyGainRatePerSecond = (this.level * gainPerLevel) *
Math.pow(1.0375, this.ram-1) *
Math.pow(1.037, this.ram-1) *
((this.numCores + 4) / 5) * Player.hacknet_node_money_mult;
if (isNaN(this.moneyGainRatePerSecond)) {
this.moneyGainRatePerSecond = 0;