animate opponent cryps again

This commit is contained in:
ntr
2019-05-24 15:10:20 +10:00
parent c05f463c29
commit 1bfa06c015
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ function GamePanel(props) {
<figure
className="img"
onClick={() => selectSkillTarget(cryp.id)} >
{crypAvatar(cryp.name)}
{crypAvatar(cryp.name, cryp.id)}
{combatTextEl}
{anim}
</figure>