1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-10 12:01:32 +00:00

More 2.2.4

This commit is contained in:
Acamaeda 2020-11-28 21:25:53 -05:00
parent 03cd7f11da
commit 33b15ac408
10 changed files with 46 additions and 22 deletions
js/Demo

View file

@ -12,7 +12,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.2.3",
num: "2.2.4",
name: "Uprooted",
}
@ -63,7 +63,7 @@ function isEndgame() {
// You can change this if you have things that can be messed up by long tick lengths
function maxTickLength() {
return(3600000) // Default is 1 hour which is just arbitrarily large
return(3600) // Default is 1 hour which is just arbitrarily large
}
// Use this if you need to undo inflation from an older version. If the version is older than the version that fixed the issue,