Added 'Issue New Shares' feature for Corporations. Added cooldowns for issuing new shares and selling shares. Selling shares now dynamically updated stock price

This commit is contained in:
danielyxie
2019-01-08 16:41:42 -08:00
parent ca002e6e53
commit 78f72b8542
10 changed files with 172581 additions and 362 deletions
-1
View File
@@ -389,7 +389,6 @@ PlayerObject.prototype.prestigeSourceFile = function() {
this.has4SDataTixApi = false;
//BitNode 3: Corporatocracy
if (this.bitNodeN === 3) {this.money = new Decimal(150e9);}
this.corporation = 0;
this.playtimeSinceLastAug = 0;