Mr Mushroom 1-7 initial html

This commit is contained in:
ReznoRMichael 2021-02-12 21:57:32 +01:00
parent 7a96419621
commit f626c58bce
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1130,6 +1130,9 @@ function InitialHTMLPopulate(divIdObj) {
FillHTML(divIdObj.godmaster, HK.GODMASTER_DOORS[i].name, HK.GODMASTER_DOORS[i].spoiler); FillHTML(divIdObj.godmaster, HK.GODMASTER_DOORS[i].name, HK.GODMASTER_DOORS[i].spoiler);
} }
// Mr Mushroom 1 - 7
CheckMrMushroomState(divIdObj.achievements, HK.ACHIEVEMENTS.mrMushroomState);
// Fleur Dividers // Fleur Dividers
AppendHTML(divIdObj.godmaster, FLEUR_DIVIDE); AppendHTML(divIdObj.godmaster, FLEUR_DIVIDE);
AppendHTML(divIdObj.essential, FLEUR_DIVIDE); AppendHTML(divIdObj.essential, FLEUR_DIVIDE);