This commit is contained in:
Olivier Gagnon
2021-10-16 22:32:48 -04:00
parent 84a1d27b9a
commit c96c7e3d2e
11 changed files with 74 additions and 106 deletions
-1
View File
@@ -2953,7 +2953,6 @@ 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);