1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-17 03:01:08 +00:00

Merge branch 'pr/10' into dev

This commit is contained in:
Acamaeda 2020-10-25 16:20:59 -04:00
commit c5e60b082d
5 changed files with 60 additions and 1 deletions

View file

@ -92,6 +92,7 @@ function startPlayerBase() {
keepGoing: false,
hasNaN: false,
hideChallenges: false,
showStory: true,
points: modInfo.initialStartPoints,
subtabs: {},
}
@ -123,6 +124,7 @@ function getStartPlayer() {
for (item in layers[layer].microtabs)
playerdata.subtabs[layer][item] = Object.keys(layers[layer].microtabs[item])[0]
}
playerdata[layer].loreHidden = false
}
return playerdata
}