mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
NETSCRIPT: Add the 'cat' method to 'ns.singularity' (#1999)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user