mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
CORPORATION: Rework share price calculation + UI improvements (#782)
This commit is contained in:
@@ -21,5 +21,8 @@ export function startCorporation(this: PlayerObject, corpName: string, seedFunde
|
||||
this.corporation.unlocks.add(CorpUnlockName.OfficeAPI);
|
||||
}
|
||||
|
||||
this.corporation.totalShares += seedFunded ? 500_000_000 : 0;
|
||||
if (seedFunded) {
|
||||
this.corporation.investorShares += 500e6;
|
||||
this.corporation.totalShares += 500e6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user