format document
This commit is contained in:
parent
ddbfe8dd2f
commit
437d6025d4
1 changed files with 29 additions and 31 deletions
|
|
@ -1205,11 +1205,9 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
dataObject[i].disabled = true;
|
||||
textPrefix = `<del>${dataObject[i].name}</del>`;
|
||||
break;
|
||||
}
|
||||
else if (playerData[i] === true) {
|
||||
} else if (playerData[i] === true) {
|
||||
CurrentDataTrue(section, i);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
CurrentDataFalse(section, i);
|
||||
}
|
||||
} // end switch (i)
|
||||
|
|
@ -1525,7 +1523,7 @@ function InitializeHTMLPopulation(db) {
|
|||
GenerateInnerHTML(db);
|
||||
|
||||
// PrefillHTML(sections);
|
||||
/*
|
||||
/*
|
||||
// Play Time
|
||||
CheckPlayTime(sections.intro, 0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue