mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Merge pull request #817 from danielyxie/dev
Hotfix 0.49.2, link tFormat in documentation and update version so it…
This commit is contained in:
commit
101834fcaf
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -84,6 +84,7 @@ This includes information such as function signatures, what they do, and their r
|
|||||||
sprintf() <basicfunctions/sprintf>
|
sprintf() <basicfunctions/sprintf>
|
||||||
vsprintf() <basicfunctions/vsprintf>
|
vsprintf() <basicfunctions/vsprintf>
|
||||||
nFormat() <basicfunctions/nFormat>
|
nFormat() <basicfunctions/nFormat>
|
||||||
|
tFormat() <basicfunctions/tFormat>
|
||||||
prompt() <basicfunctions/prompt>
|
prompt() <basicfunctions/prompt>
|
||||||
wget() <basicfunctions/wget>
|
wget() <basicfunctions/wget>
|
||||||
getFavorToDonate() <basicfunctions/getFavorToDonate>
|
getFavorToDonate() <basicfunctions/getFavorToDonate>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
import { IMap } from "./types";
|
import { IMap } from "./types";
|
||||||
|
|
||||||
export let CONSTANTS: IMap<any> = {
|
export let CONSTANTS: IMap<any> = {
|
||||||
Version: "0.49.0",
|
Version: "0.49.2",
|
||||||
|
|
||||||
/** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
/** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
||||||
* and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
* and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
||||||
|
Loading…
Reference in New Issue
Block a user