merge dev

This commit is contained in:
Olivier Gagnon
2021-10-16 15:46:25 -04:00
5 changed files with 9 additions and 4 deletions
+1
View File
@@ -2956,6 +2956,7 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
return true;
},
workForFaction: function (name: any, type: any): any {
console.log(`${name} ${type}`);
updateDynamicRam("workForFaction", getRamCost("workForFaction"));
checkSingularityAccess("workForFaction", 2);
getFaction("workForFaction", name);