mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
UI: Clarify availability of "buy" CLI (#1940)
This commit is contained in:
@@ -15,7 +15,8 @@ export function checkIfConnectedToDarkweb(): void {
|
|||||||
Terminal.print(
|
Terminal.print(
|
||||||
"You are now connected to the dark web. From the dark web you can purchase illegal items. " +
|
"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]' " +
|
"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.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user