mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
Merge pull request #2374 from thadguidry/patch-2
fix grammar typo and simplify dark web instructions
This commit is contained in:
commit
0d699edd1c
@ -15,7 +15,7 @@ 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 the 'buy -a' command to purchase unowned all items.",
|
||||
"to purchase an item. Use 'buy -a' to purchase all unowned items.",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user