This commit is contained in:
Olivier Gagnon
2021-10-12 00:29:16 -04:00
parent 78d9c25671
commit 83137a2364
13 changed files with 346 additions and 52 deletions
-2
View File
@@ -4182,8 +4182,6 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
},
joinBladeburnerDivision: function (): any {
updateDynamicRam("joinBladeburnerDivision", getRamCost("bladeburner", "joinBladeburnerDivision"));
const bladeburner = Player.bladeburner;
if (bladeburner === null) throw new Error("Should not be called without Bladeburner");
if (Player.bitNodeN === 7 || SourceFileFlags[7] > 0) {
if (Player.bitNodeN === 8) {
return false;