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