commitCrime will return milliseconds 😉

This commit is contained in:
Hedrauta 2021-12-22 02:00:22 +01:00
parent ea0be338e1
commit 7f3f5c7648

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