Fixed havocmayhem getAugmentationPrereq() conflicts

This commit is contained in:
danielyxie
2018-12-30 16:36:44 -08:00
parent a1785e643a
commit 56a727ae48
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3626,7 +3626,7 @@ function NetscriptFunctions(workerScript) {
}
var aug = Augmentations[name];
return aug.prereqs;
return aug.prereqs.slice();
},
getAugmentationCost : function(name) {
var ramCost = CONSTANTS.ScriptSingularityFn3RamCost;