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
@@ -251,7 +251,6 @@ function prestigeSourceFile() {
//BitNode 3: Corporatocracy
if (Player.bitNodeN === 3) {
Player.money = new Decimal(150e9);
homeComp.messages.push("corporation-management-handbook.lit");
dialogBoxCreate("You received a copy of the Corporation Management Handbook on your home computer. " +
"Read it if you need help getting started with Corporations!");