diff --git a/client/src/components/game.construct.jsx b/client/src/components/game.construct.jsx index 14b298bf..c7e2b4fb 100644 --- a/client/src/components/game.construct.jsx +++ b/client/src/components/game.construct.jsx @@ -97,7 +97,7 @@ class GameConstruct extends Component { .map(j => ); let crypSkills =
 
; - if (player) crypSkills = (
{skills}
); + if (player && !animating) crypSkills = (
{skills}
); const effects = construct.effects.length ? construct.effects.map(c =>
{c.effect} - {c.duration}T
)