mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
commit
4340460a35
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1117,9 +1117,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
|||||||
workerScript.log("spawn", () => "Exiting...");
|
workerScript.log("spawn", () => "Exiting...");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
kill: function (_filename: unknown, _hostname?: unknown, ...scriptArgs: any[]): boolean {
|
kill: function (filename: any, hostname?: any, ...scriptArgs: any[]): boolean {
|
||||||
const filename = helper.string("kill", "filename", _filename);
|
|
||||||
const hostname = helper.string("kill", "hostname", _hostname);
|
|
||||||
updateDynamicRam("kill", getRamCost(Player, "kill"));
|
updateDynamicRam("kill", getRamCost(Player, "kill"));
|
||||||
|
|
||||||
let res;
|
let res;
|
||||||
|
Loading…
Reference in New Issue
Block a user