From f6ffe5b5befc96b29f8fc537158965654ca148c9 Mon Sep 17 00:00:00 2001 From: "tyasuh.taeragan@gmail.com" Date: Thu, 14 Oct 2021 14:35:57 -0400 Subject: [PATCH] Corrective Revisions --- src/NetscriptFunctions.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/NetscriptFunctions.ts b/src/NetscriptFunctions.ts index 8e28c236e..00dd44b10 100644 --- a/src/NetscriptFunctions.ts +++ b/src/NetscriptFunctions.ts @@ -3300,10 +3300,7 @@ function NetscriptFunctions(workerScript: WorkerScript): NS { Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain); workerScript.log( "upgradeHomeCores", - `Purchased additional CORES for home computer! It now has $( - homeComputer.cpuCores - )} of CORES.`, - ); + `Purchased an additional core for home computer! It now has ${(homeComputer.cpuCores)} cores.`,); return true; }, getUpgradeHomeCoresCost: function (): any { @@ -3334,7 +3331,7 @@ function NetscriptFunctions(workerScript: WorkerScript): NS { Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain); workerScript.log( - "upgradeHomeCores", + "upgradeHomeRam", `Purchased additional RAM for home computer! It now has ${numeralWrapper.formatRAM( homeComputer.maxRam, )} of RAM.`,