mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #2531 from zeddrak/patch-3
Commit Crime Returns updated
This commit is contained in:
commit
bdd4c983bc
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1776,7 +1776,7 @@ export interface Singularity {
|
||||
* guarantee that your browser will follow that time limit.
|
||||
*
|
||||
* @param crime - Name of crime to attempt.
|
||||
* @returns True if you successfully start working on the specified program, and false otherwise.
|
||||
* @returns The number of milliseconds it takes to attempt the specified crime.
|
||||
*/
|
||||
commitCrime(crime: string): number;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user