diff --git a/client/src/components/game.construct.jsx b/client/src/components/game.construct.jsx index 01790c8a..187c12a3 100644 --- a/client/src/components/game.construct.jsx +++ b/client/src/components/game.construct.jsx @@ -79,7 +79,7 @@ class GameConstruct extends preact.Component { }; const unfocus = animFocus && !animFocus.includes(construct.id) ? 'unfocus' : ''; - const highlight = !authenticated && activeSkill && game.stack.length === 0 ? 'highlight' : ''; + const highlight = !authenticated && activeSkill ? 'highlight' : ''; const crypSkills = player ?