diff --git a/animeCat.js b/animeCat.js index 7f59da4..dd4f482 100644 --- a/animeCat.js +++ b/animeCat.js @@ -408,7 +408,7 @@ _runJoyAnimation(onFinish) { img.src = this.images.joy || this.images.default; // 20% Chance auf Salto! - const salto = Math.random() < 0.2; + const salto = Math.random() < 1; // Bubble abkoppeln this.container.appendChild(this.bubble);