Big Commit

This commit is contained in:
Vortrex
2021-05-06 01:29:46 -05:00
parent a4c1172df4
commit d58abe4287
20 changed files with 369 additions and 222 deletions

View File

@@ -1277,4 +1277,12 @@ let allowedSkins = [
[-1139941790,"Tough Guy",false],
[809067472,"Male Tourist",false]
]
];
];
// ===========================================================================
function makeLargeNumberReadable(num) {
return new Number(num).toLocaleString("en-US");
}
// ===========================================================================