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:
hydroflame 2021-03-13 15:30:50 -05:00 committed by GitHub
commit 101834fcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

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