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