This commit is contained in:
danielyxie
2019-02-09 23:25:51 -08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -3620,7 +3620,7 @@ function NetscriptFunctions(workerScript) {
throw makeRuntimeRejectMsg(workerScript, "Invalid crime passed into getCrimeChance(): " + crime);
}
return crime.successRate();
return crime.successRate(Player);
},
getOwnedAugmentations : function(purchased=false) {
var ramCost = CONSTANTS.ScriptSingularityFn3RamCost;