diff --git a/equipment/equipment.js b/equipment/equipment.js index e40afbc..f9975a7 100644 --- a/equipment/equipment.js +++ b/equipment/equipment.js @@ -109,14 +109,17 @@ window.loadHeader(function(headerContainer) { const headMain = getImg(abilities, equipped.Gear_Head_Skill0, 'ability', true); const headSub1 = getImg(abilities, equipped.Gear_Head_Skill1, 'ability', true); const headSub2 = getImg(abilities, equipped.Gear_Head_Skill2, 'ability', true); + const headSub3 = getImg(abilities, equipped.Gear_Head_Skill3, 'ability', true); const clothesMain = getImg(abilities, equipped.Gear_Clothes_Skill0, 'ability', true); const clothesSub1 = getImg(abilities, equipped.Gear_Clothes_Skill1, 'ability', true); const clothesSub2 = getImg(abilities, equipped.Gear_Clothes_Skill2, 'ability', true); + const clothesSub3 = getImg(abilities, equipped.Gear_Clothes_Skill3, 'ability', true); const shoesMain = getImg(abilities, equipped.Gear_Shoes_Skill0, 'ability', true); const shoesSub1 = getImg(abilities, equipped.Gear_Shoes_Skill1, 'ability', true); const shoesSub2 = getImg(abilities, equipped.Gear_Shoes_Skill2, 'ability', true); + const shoesSub3 = getImg(abilities, equipped.Gear_Shoes_Skill3, 'ability', true); await Promise.all([ preloadImage(miiImgUrl), @@ -153,7 +156,7 @@ window.loadHeader(function(headerContainer) {
- +
@@ -161,7 +164,7 @@ window.loadHeader(function(headerContainer) {
- +
@@ -169,7 +172,7 @@ window.loadHeader(function(headerContainer) {
- +