diff --git a/markdown/bitburner.singularity.createprogram.md b/markdown/bitburner.singularity.createprogram.md index c4b2175aa..fa6af4104 100644 --- a/markdown/bitburner.singularity.createprogram.md +++ b/markdown/bitburner.singularity.createprogram.md @@ -33,7 +33,7 @@ This function will automatically set you to start working on creating the specif This function returns true if you successfully start working on the specified program, and false otherwise. -Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are: \* BruteSSH.exe: 50 \* FTPCrack.exe: 100 \* relaySMTP.exe: 250 \* HTTPWorm.exe: 500 \* SQLInject.exe: 750 \* DeepscanV1.exe: 75 \* DeepscanV2.exe: 400 \* ServerProfiler.exe: 75 \* AutoLink.exe: 25 +Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are:
- BruteSSH.exe: 50
- FTPCrack.exe: 100
- relaySMTP.exe: 250
- HTTPWorm.exe: 500
- SQLInject.exe: 750
- DeepscanV1.exe: 75
- DeepscanV2.exe: 400
- ServerProfiler.exe: 75
- AutoLink.exe: 25 ## Example diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 92feea77b..09b71310e 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -2201,16 +2201,16 @@ export interface Singularity { * This function returns true if you successfully start working on the specified program, and false otherwise. * * Note that creating a program using this function has the same hacking level requirements as it normally would. - * These level requirements are: - * * BruteSSH.exe: 50 - * * FTPCrack.exe: 100 - * * relaySMTP.exe: 250 - * * HTTPWorm.exe: 500 - * * SQLInject.exe: 750 - * * DeepscanV1.exe: 75 - * * DeepscanV2.exe: 400 - * * ServerProfiler.exe: 75 - * * AutoLink.exe: 25 + * These level requirements are:
+ * - BruteSSH.exe: 50
+ * - FTPCrack.exe: 100
+ * - relaySMTP.exe: 250
+ * - HTTPWorm.exe: 500
+ * - SQLInject.exe: 750
+ * - DeepscanV1.exe: 75
+ * - DeepscanV2.exe: 400
+ * - ServerProfiler.exe: 75
+ * - AutoLink.exe: 25 * * @example * ```js