From 7b7858d8e34c0213da1e5d50bba6c47880c7278f Mon Sep 17 00:00:00 2001 From: Mughur Date: Fri, 26 Aug 2022 12:03:25 +0300 Subject: [PATCH] Only the wanted commits this time --- src/BitNode/BitNode.tsx | 10 +++++----- src/NetscriptFunctions/CodingContract.ts | 2 +- src/SourceFile/SourceFiles.tsx | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/BitNode/BitNode.tsx b/src/BitNode/BitNode.tsx index 9b60778ca..6ebca4fe3 100644 --- a/src/BitNode/BitNode.tsx +++ b/src/BitNode/BitNode.tsx @@ -115,8 +115,8 @@ BitNodes["BitNode3"] = new BitNode(
Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although some - BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. - This Source-File also increases your charisma and company salary multipliers by: + BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also increases + your charisma and company salary multipliers by:
Level 1: 8%
@@ -148,7 +148,7 @@ BitNodes["BitNode4"] = new BitNode(
Level 1: 16x
- Level 2: 6x + Level 2: 4x
Level 3: 1x @@ -358,8 +358,8 @@ BitNodes["BitNode10"] = new BitNode(

Destroying this BitNode will give you Source-File 10, or if you already have this Source-File it will upgrade its - level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this - Source-File also grants you a Duplicate Sleeve + level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. + Each level of this Source-File also grants you a Duplicate Sleeve ), ); diff --git a/src/NetscriptFunctions/CodingContract.ts b/src/NetscriptFunctions/CodingContract.ts index 93cd1b7b2..a95dbe0ec 100644 --- a/src/NetscriptFunctions/CodingContract.ts +++ b/src/NetscriptFunctions/CodingContract.ts @@ -37,7 +37,7 @@ export function NetscriptCodingContract(): InternalAPI { throw new Error("The answer provided was not a number, string, or array"); // Convert answer to string. - const answerStr = typeof answer === 'string' ? answer : JSON.stringify(answer); + const answerStr = typeof answer === "string" ? answer : JSON.stringify(answer); const creward = contract.reward; if (creward === null) throw new Error("Somehow solved a contract that didn't have a reward"); diff --git a/src/SourceFile/SourceFiles.tsx b/src/SourceFile/SourceFiles.tsx index b513f728a..9052208f0 100644 --- a/src/SourceFile/SourceFiles.tsx +++ b/src/SourceFile/SourceFiles.tsx @@ -41,7 +41,8 @@ SourceFiles["SourceFile3"] = new SourceFile( ( <> This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this - mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company salary multipliers by: + mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company + salary multipliers by:
Level 1: 8%