From ab388777b54d3ac5583c0521d1056bc77e095645 Mon Sep 17 00:00:00 2001 From: PSEUDOSTAGE <61438810+PSEUDOSTAGE@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:02:49 -0400 Subject: [PATCH] Clarify definition for installAugmentations() Adds the sentence, "If you do not own uninstalled Augmentations then the game will not reset." to the description for installAugmentations(). --- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 6801bea07..e98b03557 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -2198,7 +2198,7 @@ export interface Singularity { * RAM cost: 5 GB * 16/4/1 * * - * This function will automatically install your Augmentations, resetting the game as usual. + * 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. * * @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. */