mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
2.2
This commit is contained in:
@@ -190,7 +190,6 @@ const singularity = {
|
||||
getOwnedAugmentations: SF4Cost(RamCostConstants.SingularityFn3),
|
||||
getOwnedSourceFiles: SF4Cost(RamCostConstants.SingularityFn3),
|
||||
getAugmentationsFromFaction: SF4Cost(RamCostConstants.SingularityFn3),
|
||||
getAugmentationCost: SF4Cost(RamCostConstants.SingularityFn3),
|
||||
getAugmentationPrereq: SF4Cost(RamCostConstants.SingularityFn3),
|
||||
getAugmentationPrice: SF4Cost(RamCostConstants.SingularityFn3 / 2),
|
||||
getAugmentationBasePrice: SF4Cost(RamCostConstants.SingularityFn3 / 2),
|
||||
@@ -486,7 +485,6 @@ export const RamCosts: RamCostTree<NSFull> = {
|
||||
getServerMaxMoney: RamCostConstants.GetServer,
|
||||
getServerGrowth: RamCostConstants.GetServer,
|
||||
getServerNumPortsRequired: RamCostConstants.GetServer,
|
||||
getServerRam: RamCostConstants.GetServer,
|
||||
getServerMaxRam: RamCostConstants.GetServerMaxRam,
|
||||
getServerUsedRam: RamCostConstants.GetServerUsedRam,
|
||||
serverExists: RamCostConstants.GetServer,
|
||||
|
||||
Reference in New Issue
Block a user