mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Remove the hardcoded script name
This commit is contained in:
parent
415ae8ee59
commit
44118c8a72
@ -460,7 +460,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
|||||||
<>
|
<>
|
||||||
<Typography>
|
<Typography>
|
||||||
Your script is now running! It will continuously run in the background and will automatically stop if the
|
Your script is now running! It will continuously run in the background and will automatically stop if the
|
||||||
code ever completes (the n00dles.script will never complete because it runs an infinite loop). <br />
|
code ever completes (the {tutorialScriptName} will never complete because it runs an infinite loop). <br />
|
||||||
<br />
|
<br />
|
||||||
These scripts can passively earn you income and hacking experience. Your scripts will also earn money and
|
These scripts can passively earn you income and hacking experience. Your scripts will also earn money and
|
||||||
experience while you are offline, although at a slightly slower rate. <br />
|
experience while you are offline, although at a slightly slower rate. <br />
|
||||||
|
Loading…
Reference in New Issue
Block a user