Merge branch 'dev' into bugfix/fix-tests

This commit is contained in:
hydroflame
2022-04-06 20:16:51 -04:00
committed by GitHub
192 changed files with 3339 additions and 2845 deletions

View File

@@ -1106,6 +1106,7 @@ export function NetscriptSingularity(
return true;
default:
workerScript.log("workForFaction", () => `Invalid work type: '${type}`);
return false;
}
return true;
},