if (!slot.isHeadExcited && slot.isHead) {
                    Shape headShape = transformShape(getHeadShape(i));
                    g.draw(headShape);
                    g.fill(headShape);
                }