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%