Fixed issue with Faction page formatting. Script.reset() now re-updated RAM usage

This commit is contained in:
Daniel Xie
2017-06-03 23:56:18 -05:00
parent ce8257fb0c
commit 0d90479097
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -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;