From ed6df3dfa75e473d49b32c615da6cc7ead55a1f6 Mon Sep 17 00:00:00 2001 From: The Gail Date: Tue, 28 Apr 2026 08:14:39 +0100 Subject: [PATCH] MISC: Clarify what "backdoor" does in "help" command (#2694) --- src/Terminal/HelpText.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 2ebfa1d7a..3ef23c24e 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -121,7 +121,8 @@ export const HelpTexts: Record = { backdoor: [ "Usage: backdoor", " ", - "Install a backdoor on the current machine, grants a secret bonus depending on the machine.", + "Installs a backdoor on the current server, which allows the player to connect to it from any ", + "server. It may also grant a secret bonus, such as store discounts, depending on the server.", " ", "Requires root access to run.", " ",