From 6e86a6987fe6f06d4a64839d354a9aa5db064315 Mon Sep 17 00:00:00 2001 From: MixBadGun <1059129006@qq.com> Date: Tue, 16 Dec 2025 21:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/oracle | 2 +- konabot/plugins/oracle_game/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/oracle b/assets/oracle index 5a3ef41..9f3c08c 160000 --- a/assets/oracle +++ b/assets/oracle @@ -1 +1 @@ -Subproject commit 5a3ef41d618d87ff0ab2cb722f3fb1d79ac74502 +Subproject commit 9f3c08c5d201c0e3be2e9415d50d67bdb120e922 diff --git a/konabot/plugins/oracle_game/__init__.py b/konabot/plugins/oracle_game/__init__.py index afb9c7d..ff3ffc9 100644 --- a/konabot/plugins/oracle_game/__init__.py +++ b/konabot/plugins/oracle_game/__init__.py @@ -178,6 +178,7 @@ class oracleGame: return TryStopState.STOPPED def clear_score_board(self): + self.wrong_attempts = 0 self.score_board = {} self.all_buff_score = 0