Corrective Revisions

This commit is contained in:
tyasuh.taeragan@gmail.com 2021-10-14 14:35:57 -04:00
parent cee716bbb0
commit f6ffe5b5be

@ -3300,10 +3300,7 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain); Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain);
workerScript.log( workerScript.log(
"upgradeHomeCores", "upgradeHomeCores",
`Purchased additional CORES for home computer! It now has $( `Purchased an additional core for home computer! It now has ${(homeComputer.cpuCores)} cores.`,);
homeComputer.cpuCores
)} of CORES.`,
);
return true; return true;
}, },
getUpgradeHomeCoresCost: function (): any { getUpgradeHomeCoresCost: function (): any {
@ -3334,7 +3331,7 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain); Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain);
workerScript.log( workerScript.log(
"upgradeHomeCores", "upgradeHomeRam",
`Purchased additional RAM for home computer! It now has ${numeralWrapper.formatRAM( `Purchased additional RAM for home computer! It now has ${numeralWrapper.formatRAM(
homeComputer.maxRam, homeComputer.maxRam,
)} of RAM.`, )} of RAM.`,