mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
typo
This commit is contained in:
parent
cb66ad9628
commit
e63ad76701
@ -2156,7 +2156,7 @@ let Terminal = {
|
||||
if(!fulfilled) {
|
||||
post(`Augmentations: ${Player.augmentations.length} / ${numAugReq}`);
|
||||
|
||||
post(`Money: ${numeralWrapper.format(Player.money.toNumber(), '($0.000a)')} / numeralWrapper.format(1e11, '($0.000a)')`);
|
||||
post(`Money: ${numeralWrapper.format(Player.money.toNumber(), '($0.000a)')} / ${numeralWrapper.format(1e11, '($0.000a)')}`);
|
||||
post("One path below must be fulfilled...");
|
||||
post("----------HACKING PATH----------");
|
||||
post(`Hacking skill: ${Player.hacking_skill} / 2500`);
|
||||
|
Loading…
Reference in New Issue
Block a user