Fixed merge conflicts. Fixed bug with Crimes

This commit is contained in:
danielyxie
2019-01-18 10:04:04 -08:00
4 changed files with 31 additions and 27 deletions
+1 -1
View File
@@ -3534,7 +3534,7 @@ function NetscriptFunctions(workerScript) {
return false;
}
if (!p.create.req()) {
if (!p.create.req(Player)) {
workerScript.scriptRef.log("ERROR: createProgram() failed because hacking level is too low to create " + p.name + " (level " + p.create.level + " req)");
return false
}