mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
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:
commit
605dd87e90
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user