diff --git a/animeCat.js b/animeCat.js index ea3d16e..90fc7fe 100644 --- a/animeCat.js +++ b/animeCat.js @@ -162,6 +162,7 @@ _bindMouseHold() { this.img.addEventListener('mousedown', (e) => { if (this._isSpeaking || joyActive) return; if (!isMouseNearCat(e)) return; + this._pettingActive = true; mouseDown = true; mouseDownAt = Date.now();