UI: Clarify availability of "buy" CLI (#1940)

This commit is contained in:
catloversg
2025-02-01 01:52:27 +07:00
committed by GitHub
parent f337de47df
commit 40c696feb1

View File

@@ -15,7 +15,8 @@ export function checkIfConnectedToDarkweb(): void {
Terminal.print(
"You are now connected to the dark web. From the dark web you can purchase illegal items. " +
"Use the 'buy -l' command to display a list of all the items you can buy. Use 'buy [item-name]' " +
"to purchase an item. Use 'buy -a' to purchase all unowned items.",
"to purchase an item. Use 'buy -a' to purchase all unowned items. You can use the 'buy' command anywhere, " +
"not only when connecting to the 'darkweb' server.",
);
}
}