From c72519e3ea513fbf265c9b4971b0222332bc92dd Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sun, 7 Mar 2021 13:25:09 -0500 Subject: [PATCH] Formatting and typo --- src/BitNode/BitNode.ts | 2 +- src/Constants.ts | 2 ++ src/ui/ActiveScripts/ScriptProduction.tsx | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/BitNode/BitNode.ts b/src/BitNode/BitNode.ts index 7f443c14a..ebf146de6 100644 --- a/src/BitNode/BitNode.ts +++ b/src/BitNode/BitNode.ts @@ -234,7 +234,7 @@ BitNodes["BitNode11"] = new BitNode(11, "The Big Crash", "Okay. Sell it all.", "Level 3: 56%"); BitNodes["BitNode12"] = new BitNode(12, "The Recursion", "Repeat.", "To iterate is human, to recurse divine.

" + - "Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give your Souce-File 12, or " + + "Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give you Souce-File 12, or " + "if you already have this Source-File it will upgrade its level. There is no maximum level for Source-File 12. Each level " + "of Source-File 12 will increase all of your multipliers by 1%. This effect is multiplicative with itself. " + "In other words, level N of this Source-File will result in a multiplier of 1.01^N (or 0.99^N for multipliers that decrease)"); diff --git a/src/Constants.ts b/src/Constants.ts index e09dda6a2..9ff21e12f 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -251,5 +251,7 @@ export let CONSTANTS: IMap = { * All BonusTime now displays in the 'H M S' format. * Donation textbox style updated to match the rest of the game. * Corporation name style updated to match the rest of the game. + * minor formatting under Hacking>Active Scripts + * typo in BN12 description ` } diff --git a/src/ui/ActiveScripts/ScriptProduction.tsx b/src/ui/ActiveScripts/ScriptProduction.tsx index faa6d0686..7ee604dd6 100644 --- a/src/ui/ActiveScripts/ScriptProduction.tsx +++ b/src/ui/ActiveScripts/ScriptProduction.tsx @@ -24,14 +24,14 @@ export function ScriptProduction(props: IProps): React.ReactElement { return (

- Total online production of Active scripts: + Total online production of Active scripts:  {numeralWrapper.formatMoney(onlineProduction)} / sec
- Total online production since last Aug installation: + Total online production since last Aug installation:  {numeralWrapper.formatMoney(props.p.scriptProdSinceLastAug)}