1
0

Revert chance of salto in _runJoyAnimation

This commit is contained in:
2025-05-26 07:21:49 +02:00
parent d890b0b254
commit 055121edec

View File

@@ -390,7 +390,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 wie gehabt
this.container.appendChild(this.bubble);