diff --git a/21g30t1e75.js b/21g30t1e75.js index cc90dd2..751cb35 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1283,9 +1283,9 @@ GameLib.CustomCode.prototype.restore = function() { clone.backupMesh.position.x += 0.5 * GameLib.CustomCode.BODY_SCALE_X; } - - clone.mesh = this.createGameMesh(this.materialBreadCorner); - + if (!clone.isTail) { + clone.mesh = this.createGameMesh(this.materialBreadCorner); + } //clone.mesh.visible = false; //clone.mesh.updateInstance('visible');