Merge pull request #3771 from borisflagell/BladeBurnerAPIGetBonusTime

API: Lightweight FIX - in-game API doc Gang & Bladeburner getBonusTime() referenced wrong time unit
This commit is contained in:
hydroflame 2022-05-26 19:08:36 -04:00 committed by GitHub
commit 605dd87e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3257,7 +3257,7 @@ export interface Bladeburner {
* @remarks
* RAM cost: 0 GB
*
* Returns the amount of accumulated bonus time (seconds) for the Bladeburner mechanic.
* Returns the amount of accumulated bonus time (milliseconds) for the Bladeburner mechanic.
*
* Bonus time is accumulated when the game is offline or if the game is inactive in the browser.
*
@ -3594,7 +3594,7 @@ export interface Gang {
* @remarks
* RAM cost: 0 GB
*
* Returns the amount of accumulated bonus time (seconds) for the Gang mechanic.
* Returns the amount of accumulated bonus time (milliseconds) for the Gang mechanic.
*
* Bonus time is accumulated when the game is offline or if the game is inactive in the browser.
*