From c5e50ba327741f4c77b559f92459fe929d5ec00b Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:38:56 +0700 Subject: [PATCH] MISC: Improve discoverability of Corporation documentation (#1711) --- src/Literature/Literatures.ts | 4 +++- src/Prestige.ts | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Literature/Literatures.ts b/src/Literature/Literatures.ts index c498fec1a..7c72ab702 100644 --- a/src/Literature/Literatures.ts +++ b/src/Literature/Literatures.ts @@ -22,9 +22,11 @@ export const Literatures: Record = { "Netscript command to copy your scripts onto these servers and then run them.", }), [LiteratureName.CorporationManagementHandbook]: new Literature({ - title: "The Complete Handbook for Creating a Successful Corporation", + title: "Short Introduction for Creating a Successful Corporation", filename: LiteratureName.CorporationManagementHandbook, text: + "You should check the in-game Corporation documentation in the Documentation tab (Documentation -> Advanced Mechanics -> Corporation). " + + "It's the most useful and up-to-date resource for managing Corporation.

" + "Getting Started with Corporations
" + "To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires $150b of your own money, " + "but this $150b will get put into your Corporation's funds. If you're in BitNode 3 you also have option to get seed money from " + diff --git a/src/Prestige.ts b/src/Prestige.ts index 4efa6a3b5..acd1994ec 100644 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -257,8 +257,9 @@ export function prestigeSourceFile(isFlume: boolean): void { // Easiest way to comply with type constraint, instead of revalidating the enum member's file path homeComp.messages.push(LiteratureName.CorporationManagementHandbook); delayedDialog( - "You received a copy of the Corporation Management Handbook on your home computer. " + - "Read it if you need help getting started with Corporations!", + "You received a copy of the Corporation Management Handbook on your home computer. It's a short introduction for " + + "managing Corporation.\n\nYou should check the in-game Corporation documentation in the Documentation tab " + + "(Documentation -> Advanced Mechanics -> Corporation). It's the most useful and up-to-date resource for managing Corporation.", ); }