Merge pull request #3154 from Master-Guy/issues/3149

Added 0 cost of asleep()
This commit is contained in:
hydroflame
2022-03-17 12:03:23 -04:00
committed by GitHub

View File

@@ -108,6 +108,7 @@ export const RamCosts: IMap<any> = {
hackAnalyzeSecurity: RamCostConstants.ScriptHackAnalyzeRamCost,
hackAnalyzeChance: RamCostConstants.ScriptHackAnalyzeRamCost,
sleep: 0,
asleep: 0,
share: 2.4,
getSharePower: 0.2,
grow: RamCostConstants.ScriptGrowRamCost,