Update NetscriptDefinitions.d.ts

Fix two instance of in-game API doc referencing the wrong time unit.
This commit is contained in:
borisflagell 2022-05-26 23:39:57 +02:00
parent f70297c829
commit eed6f355fb

@ -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.
*