mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
Run prettier
This commit is contained in:
parent
814e837983
commit
07b1eefe33
@ -88,7 +88,9 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
|
|||||||
Certain <b>gangs</b>
|
Certain <b>gangs</b>
|
||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
{Player.canAccessGrafting() && !props.aug.isSpecial && props.aug.name !== AugmentationNames.TheRedPill && (
|
{Player.canAccessGrafting() &&
|
||||||
|
!props.aug.isSpecial &&
|
||||||
|
props.aug.name !== AugmentationNames.TheRedPill && (
|
||||||
<li>
|
<li>
|
||||||
<b>Grafting</b>
|
<b>Grafting</b>
|
||||||
</li>
|
</li>
|
||||||
|
@ -415,11 +415,14 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
|||||||
<Typography>
|
<Typography>
|
||||||
This page displays information about all of your scripts that are running across every server. You can use
|
This page displays information about all of your scripts that are running across every server. You can use
|
||||||
this to gauge how well your scripts are doing.
|
this to gauge how well your scripts are doing.
|
||||||
<br /><br />
|
<br />
|
||||||
|
<br />
|
||||||
Click on Home to see the scripts running on it.
|
Click on Home to see the scripts running on it.
|
||||||
<br /><br />
|
<br />
|
||||||
|
<br />
|
||||||
Then click on n00dles.js to see the scripts information.
|
Then click on n00dles.js to see the scripts information.
|
||||||
<br /><br />
|
<br />
|
||||||
|
<br />
|
||||||
Let's go back to
|
Let's go back to
|
||||||
</Typography>
|
</Typography>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
@ -533,7 +536,10 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
The{" "}
|
The{" "}
|
||||||
<a href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html" target="_blank">
|
<a
|
||||||
|
href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
contains the guide for new players, navigating you through most of early game.
|
contains the guide for new players, navigating you through most of early game.
|
||||||
|
Loading…
Reference in New Issue
Block a user