Increase chance of Salto in animeCat.js
This commit is contained in:
@@ -317,7 +317,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
img.src = this.images.joy || this.images.default;
|
img.src = this.images.joy || this.images.default;
|
||||||
|
|
||||||
// 20% Chance auf Salto!
|
// 20% Chance auf Salto!
|
||||||
const salto = Math.random() < 0.2;
|
const salto = Math.random() < 1;
|
||||||
|
|
||||||
// Bubble abkoppeln wie gehabt
|
// Bubble abkoppeln wie gehabt
|
||||||
this.container.appendChild(this.bubble);
|
this.container.appendChild(this.bubble);
|
||||||
|
|||||||
Reference in New Issue
Block a user