mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
Fixed havocmayhem getAugmentationPrereq() conflicts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user