mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
CORPORATION: Give Full Api Access on BN3 (#276)
This commit is contained in:
@@ -14,7 +14,7 @@ export function startCorporation(this: PlayerObject, corpName: string, additiona
|
||||
name: corpName,
|
||||
});
|
||||
|
||||
if (this.sourceFileLvl(3) === 3) {
|
||||
if (this.bitNodeN === 3 || this.sourceFileLvl(3) === 3) {
|
||||
const warehouseApi = CorporationUnlockUpgrades[CorporationUnlockUpgradeIndex.WarehouseAPI].index;
|
||||
const OfficeApi = CorporationUnlockUpgrades[CorporationUnlockUpgradeIndex.OfficeAPI].index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user