Changed confirm to prompt, updated version, more stock market balancing

This commit is contained in:
danielyxie
2017-11-02 22:11:14 -05:00
parent bc6f0da677
commit 03fdaeaba4
6 changed files with 80 additions and 40 deletions
+1
View File
@@ -194,6 +194,7 @@ function PlayerObject() {
this.scriptProdSinceLastAug = 0;
this.stockProdSinceLastAug = 0;
this.crimeProdSinceLastAug = 0;
this.jobProdSinceLastAug = 0;
};
PlayerObject.prototype.init = function() {