Typo Corrections

This commit is contained in:
tyasuh.taeragan@gmail.com
2021-10-14 12:22:35 -04:00
parent 737d9e027f
commit cee716bbb0
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -3335,8 +3335,8 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain);
workerScript.log(
"upgradeHomeCores",
`Purchased additional RAM for home computer! It now has ${(
homeComputer.cpuCores
`Purchased additional RAM for home computer! It now has ${numeralWrapper.formatRAM(
homeComputer.maxRam,
)} of RAM.`,
);
return true;