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,34 +1523,34 @@ function InitializeHTMLPopulation(db) {
|
|||
GenerateInnerHTML(db);
|
||||
|
||||
// PrefillHTML(sections);
|
||||
/*
|
||||
// Play Time
|
||||
CheckPlayTime(sections.intro, 0)
|
||||
/*
|
||||
// Play Time
|
||||
CheckPlayTime(sections.intro, 0)
|
||||
|
||||
// Game Completion
|
||||
CheckCompletionPercent(sections.intro, 0);
|
||||
// Game Completion
|
||||
CheckCompletionPercent(sections.intro, 0);
|
||||
|
||||
// Save File Version
|
||||
CheckSaveFileVersion(sections.intro);
|
||||
// Save File Version
|
||||
CheckSaveFileVersion(sections.intro);
|
||||
|
||||
// Fleur Divide
|
||||
// AppendHTML(sections.intro, FLEUR_DIVIDE);
|
||||
// Fleur Divide
|
||||
// AppendHTML(sections.intro, FLEUR_DIVIDE);
|
||||
|
||||
// Health Masks
|
||||
CheckHealthMasks(sections.intro);
|
||||
// Health Masks
|
||||
CheckHealthMasks(sections.intro);
|
||||
|
||||
// Soul Orbs
|
||||
CheckSoulOrbs(sections.intro, 99);
|
||||
// Soul Orbs
|
||||
CheckSoulOrbs(sections.intro, 99);
|
||||
|
||||
// Charm Notches
|
||||
CheckNotches(sections.intro);
|
||||
// Charm Notches
|
||||
CheckNotches(sections.intro);
|
||||
|
||||
// Geo
|
||||
CheckGeo(sections.intro);
|
||||
// Geo
|
||||
CheckGeo(sections.intro);
|
||||
|
||||
// Keep symbol False
|
||||
CurrentDataFalse();
|
||||
*/
|
||||
// Keep symbol False
|
||||
CurrentDataFalse();
|
||||
*/
|
||||
// First Hint Only
|
||||
// AppendHTML(sections.hints, sections.hints.entries.fireballLevel.spoiler);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue