This commit is contained in:
omuretsu
2023-01-02 13:18:02 -05:00
parent 93aab87a16
commit 0ec4ef31ab
26 changed files with 292 additions and 254 deletions
-2
View File
@@ -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,