mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-21 01:32:30 +01:00
Commit Crime Returns updated
Updated the text for the return value of commitCrime to match the description (and not the create programs hold-over)
This commit is contained in:
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.
|
* guarantee that your browser will follow that time limit.
|
||||||
*
|
*
|
||||||
* @param crime - Name of crime to attempt.
|
* @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;
|
commitCrime(crime: string): number;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user