From fc2931bc15c49d4663795409dbdfedaf53b222b5 Mon Sep 17 00:00:00 2001 From: EntenBu <94312481+HolyNaet@users.noreply.github.com> Date: Sun, 4 Jan 2026 04:45:40 +0700 Subject: [PATCH] DOC: Change wording in Singularity.installAugmentation (#2439) This commit changes a minor wording in the API commit. "uninstalled" implies "removed" hence the change --- markdown/bitburner.singularity.installaugmentations.md | 2 +- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/bitburner.singularity.installaugmentations.md b/markdown/bitburner.singularity.installaugmentations.md index 8ffe27295..3dc28efa2 100644 --- a/markdown/bitburner.singularity.installaugmentations.md +++ b/markdown/bitburner.singularity.installaugmentations.md @@ -56,5 +56,5 @@ void RAM cost: 5 GB \* 16/4/1 -This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset. +This function will automatically install your Augmentations, resetting the game as usual. If you do not own any queued Augmentations then the game will not reset. diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 880e9ffd4..2f6b2f811 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -2659,7 +2659,7 @@ export interface Singularity { * RAM cost: 5 GB * 16/4/1 * * - * This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset. + * This function will automatically install your Augmentations, resetting the game as usual. If you do not own any queued Augmentations then the game will not reset. * * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer. */