Hotfix 0.49.2, link tFormat in documentation and update version so it shows up in-game

This commit is contained in:
Olivier Gagnon
2021-03-13 15:30:09 -05:00
parent 31e9f65f06
commit 642c7a107a
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -84,6 +84,7 @@ This includes information such as function signatures, what they do, and their r
sprintf() <basicfunctions/sprintf>
vsprintf() <basicfunctions/vsprintf>
nFormat() <basicfunctions/nFormat>
tFormat() <basicfunctions/tFormat>
prompt() <basicfunctions/prompt>
wget() <basicfunctions/wget>
getFavorToDonate() <basicfunctions/getFavorToDonate>

View File

@ -6,7 +6,7 @@
import { IMap } from "./types";
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
* and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then