diff --git a/css/menupages.css b/css/menupages.css index 1318bff0b..3480cb238 100644 --- a/css/menupages.css +++ b/css/menupages.css @@ -299,7 +299,8 @@ background-color: #555; padding-left: 10px; height: 100%; margin-left: 10%; - width: 90%; + width: 99%; + overflow: auto; overflow-y: auto; } @@ -308,8 +309,6 @@ background-color: #555; margin: 6px; } - - #faction-hack-div, #faction-fieldwork-div, #faction-securitywork-div, diff --git a/index.html b/index.html index 4d087a810..4f89485d8 100644 --- a/index.html +++ b/index.html @@ -516,12 +516,13 @@

-


+
As your reputation with this faction rises, you will unlock Augmentations, which you can purchase to enhance your abilities.

Purchase Augmentations +



diff --git a/src/Script.js b/src/Script.js index 20bbd6bbd..9fa101940 100644 --- a/src/Script.js +++ b/src/Script.js @@ -150,6 +150,8 @@ Script.prototype.saveScript = function() { } Script.prototype.reset = function() { + this.updateRamUsage(); + this.offlineRunningTime = 0.01; //Seconds this.offlineMoneyMade = 0; this.offlineExpGained = 0;