initial html godmaster doors
This commit is contained in:
parent
97bd427f42
commit
909c17d0dd
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1080,8 +1080,8 @@ function InitialHTMLPopulate(divIdObj) {
|
|||
FillHTML(divIdObj.grimmTroupe, "Nightmare King Grimm / Banishment", "Dirtmouth or Howling Cliffs");
|
||||
|
||||
// Godmaster Doors Misc
|
||||
for (let i = 0; i < ObjectLength(HK.GODMASTER_DOORS); i++) {
|
||||
FillHTML(divIdObj.godmaster, HK.GODMASTER_DOORS[i][0], HK.GODMASTER_DOORS[i][1]);
|
||||
for (let i in HK.GODMASTER_DOORS) {
|
||||
FillHTML(divIdObj.godmaster, HK.GODMASTER_DOORS[i].name, HK.GODMASTER_DOORS[i].spoiler);
|
||||
}
|
||||
|
||||
// Fleur Dividers
|
||||
|
|
|
|||
Loading…
Reference in a new issue