Skip to content

Commit

Permalink
Update NetscriptDefinitions.d.ts
Browse files Browse the repository at this point in the history
Fix two instance of in-game API doc referencing the wrong time unit.
  • Loading branch information
borisflagell committed May 26, 2022
1 parent f70297c commit eed6f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ScriptEditor/NetscriptDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit eed6f35

Please sign in to comment.