NETSCRIPT: added ns.singularity.getAugmentationFactions (#706)

This commit is contained in:
myCatsName
2023-08-05 22:04:36 -06:00
committed by GitHub
parent 9e55d00b4f
commit aed01b0979
5 changed files with 55 additions and 0 deletions
+1
View File
@@ -189,6 +189,7 @@ const singularity = {
getCrimeStats: SF4Cost(RamCostConstants.SingularityFn3),
getOwnedAugmentations: SF4Cost(RamCostConstants.SingularityFn3),
getOwnedSourceFiles: SF4Cost(RamCostConstants.SingularityFn3),
getAugmentationFactions: SF4Cost(RamCostConstants.SingularityFn3),
getAugmentationsFromFaction: SF4Cost(RamCostConstants.SingularityFn3),
getAugmentationPrereq: SF4Cost(RamCostConstants.SingularityFn3),
getAugmentationPrice: SF4Cost(RamCostConstants.SingularityFn3 / 2),