Merge pull request #2101 from Hedrauta/fix_commiitCrime_docu_description

Fix for ns.commitCrime description in the Documentation
This commit is contained in:
hydroflame 2021-12-22 12:16:08 -05:00 committed by GitHub
commit 1c7b0ab9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1719,9 +1719,9 @@ export interface Singularity {
* function will automatically cancel that action and give you your
* earnings.
*
* This function returns the number of seconds it takes to attempt the specified
* crime (e.g It takes 60 seconds to attempt the Rob Store crime, so running
* `commitCrime('rob store')` will return 60).
* This function returns the number of milliseconds it takes to attempt the
* specified crime (e.g It takes 60 seconds to attempt the Rob Store crime,
* so running `commitCrime('rob store')` will return 60000).
*
* Warning: I do not recommend using the time returned from this function to try
* and schedule your crime attempts. Instead, I would use the isBusy Singularity