mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
CORPORATION: Give Full Api Access on BN3 (#276)
This commit is contained in:
parent
e90224c63d
commit
aa50378e18
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user