always highlight opponent in tutorial
This commit is contained in:
@@ -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
|
||||
? <div class="skills"> {range(0, 3).map(j => <SkillBtn key={j} construct={construct} i={j} />)} </div>
|
||||
|
||||
Reference in New Issue
Block a user