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:
commit
c5e60b082d
5 changed files with 60 additions and 1 deletions
js
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue