From 7d5280ff2fbf562a3428f6250a15765060e5b0f1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 05:04:57 +0200 Subject: [PATCH] Add _consolationCount property to AnimeCat class --- animeCat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/animeCat.js b/animeCat.js index 82aa4fd..f0d42f4 100644 --- a/animeCat.js +++ b/animeCat.js @@ -28,6 +28,7 @@ window.AnimeCat = class AnimeCat { this._speechTimeout = null; this._mouthOpen = false; this._pettingActive = false; + this._consolationCount = 0; this._createElements(); this._bindMouseHold();