diff --git a/client/src/components/instance.constructs.jsx b/client/src/components/instance.constructs.jsx index 312ce513..7e859efa 100644 --- a/client/src/components/instance.constructs.jsx +++ b/client/src/components/instance.constructs.jsx @@ -153,7 +153,7 @@ function Construct(props) { } const equipping = skillList.includes(vbox.bound[itemEquip]) && !skill - && !tutorialDisableEquip && !duplicateSkill; + && !tutorialDisableEquip && !duplicateSkill && i === construct.skills.length; const border = () => { if (!skill) return ''; const borderFn = buttons[removeTier(skill.skill)]; @@ -166,7 +166,7 @@ function Construct(props) {