API: FIX#2884 Add the missing className property to Sleeve'sAPI
This commit is contained in:
hydroflame
2022-05-24 08:48:35 -04:00
committed by GitHub
11 changed files with 90 additions and 49 deletions
+2
View File
@@ -226,6 +226,7 @@ const bladeburner: IMap<any> = {
stopBladeburnerAction: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 2,
getCurrentAction: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 4,
getActionTime: RamCostConstants.ScriptBladeburnerApiBaseRamCost,
getActionCurrentTime: RamCostConstants.ScriptBladeburnerApiBaseRamCost,
getActionEstimatedSuccessChance: RamCostConstants.ScriptBladeburnerApiBaseRamCost,
getActionRepGain: RamCostConstants.ScriptBladeburnerApiBaseRamCost,
getActionCountRemaining: RamCostConstants.ScriptBladeburnerApiBaseRamCost,
@@ -356,6 +357,7 @@ export const RamCosts: IMap<any> = {
print: 0,
printf: 0,
tprint: 0,
tprintf: 0,
clearLog: 0,
disableLog: 0,
enableLog: 0,