mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
Corrective Revisions
This commit is contained in:
parent
cee716bbb0
commit
f6ffe5b5be
@ -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.`,
|
||||
|
Loading…
Reference in New Issue
Block a user