From f678574a6c631b5e56459cd891f6e99c54410ca0 Mon Sep 17 00:00:00 2001 From: Jordan Turner Date: Sun, 19 Dec 2021 13:47:34 -0700 Subject: [PATCH] made it more clear what nuke exe does --- 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 0601d59d5..f1602a461 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -4214,7 +4214,7 @@ export interface NS extends Singularity { * @remarks * RAM cost: 0.05 GB * - * Runs the NUKE.exe program on the target server. NUKE.exe must exist on your home computer. + * Running NUKE.exe on a target server gives you root access which means you can executes scripts on said server. NUKE.exe must exist on your home computer. * * @example * ```ts