From 09cf3c3f3f4b4f5af527934b4ca3500644405c26 Mon Sep 17 00:00:00 2001 From: ntr Date: Sun, 19 Jan 2020 12:26:18 +1000 Subject: [PATCH] always highlight opponent in tutorial --- client/src/components/game.construct.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?
{range(0, 3).map(j => )}