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);
|
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.`,
|
||||||
|
Loading…
Reference in New Issue
Block a user