wip avatars again
This commit is contained in:
@@ -100,14 +100,9 @@ function GameConstruct(props) {
|
||||
className={`game-construct ${ko} ${classes}`} >
|
||||
<h3 className="name"> {construct.name} </h3>
|
||||
{crypSkills}
|
||||
<div className="avatar"></div>
|
||||
<div className="targeting"> {targeting} </div>
|
||||
<div className="stats"> {stats} </div>
|
||||
<figure
|
||||
className="img"
|
||||
onClick={() => selectSkillTarget(construct.id)} >
|
||||
<ConstructAvatar name={construct.name} id={construct.id} />
|
||||
{combatTextEl}
|
||||
</figure>
|
||||
<div className="effects"> {effects} </div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user