From cf32ea553f50a16f2918b8a065d0920605fc2227 Mon Sep 17 00:00:00 2001 From: gmcew <97335456+gmcew@users.noreply.github.com> Date: Thu, 27 Nov 2025 19:15:02 +0000 Subject: [PATCH] Clarification of Singularity costs inside BN4 (#2403) - change BN description to highlight SF levels impact other BN use of singularity functions - add detail to singularity API description to highlight the same --- markdown/bitburner.singularity.md | 2 +- src/BitNode/BitNode.tsx | 4 ++-- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/markdown/bitburner.singularity.md b/markdown/bitburner.singularity.md index 56fbbf147..540bd8e9c 100644 --- a/markdown/bitburner.singularity.md +++ b/markdown/bitburner.singularity.md @@ -14,7 +14,7 @@ export interface Singularity ## Remarks -This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels. +This API requires Source-File 4 to use outside of BitNode 4. Additionally, outside of BitNode 4 the RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels. ## Methods diff --git a/src/BitNode/BitNode.tsx b/src/BitNode/BitNode.tsx index 1c085fba0..43904e7ff 100644 --- a/src/BitNode/BitNode.tsx +++ b/src/BitNode/BitNode.tsx @@ -171,8 +171,8 @@ export function initBitNodes() { ), ( <> - This Source-File lets you access and use the Singularity functions in other BitNodes. Each level of this - Source-File reduces the RAM cost of singularity functions: + This Source-File lets you access and use the Singularity functions outside of this BitNode. Each level of this + Source-File reduces the RAM cost of singularity functions in other BitNodes: