NETSCRIPT: Add the 'cat' method to 'ns.singularity' (#1999)

This commit is contained in:
Naga
2025-03-23 03:04:26 -04:00
committed by GitHub
parent 70a083b34b
commit 1539c428bc
5 changed files with 46 additions and 0 deletions
+1
View File
@@ -169,6 +169,7 @@ const singularity = {
getCurrentServer: SF4Cost(RamCostConstants.SingularityFn1),
getCompanyPositionInfo: SF4Cost(RamCostConstants.SingularityFn1),
getCompanyPositions: SF4Cost(RamCostConstants.SingularityFn1),
cat: SF4Cost(RamCostConstants.SingularityFn1 / 4),
connect: SF4Cost(RamCostConstants.SingularityFn1),
manualHack: SF4Cost(RamCostConstants.SingularityFn1),
installBackdoor: SF4Cost(RamCostConstants.SingularityFn1),