public boolean isPulsing() { return getPivotGem()!=null && getSlaveGem()!=null && getPivotGem().isFalling() && getSlaveGem().isFalling(); }