mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
SINGULARITY: Added getCompanyPositions (#459)
Also workForCompany will throw an error if provided a bad company name, instead of returning false
This commit is contained in:
@@ -155,6 +155,7 @@ const singularity = {
|
||||
purchaseTor: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
purchaseProgram: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
getCurrentServer: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
getCompanyPositions: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
connect: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
manualHack: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
installBackdoor: SF4Cost(RamCostConstants.SingularityFn1),
|
||||
|
||||
Reference in New Issue
Block a user