MISC: Improve discoverability of Corporation documentation (#1711)

This commit is contained in:
catloversg
2024-10-22 10:38:56 +07:00
committed by GitHub
parent 867f79c5ab
commit c5e50ba327
2 changed files with 6 additions and 3 deletions

View File

@@ -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.",
);
}