错误提示

This commit is contained in:
2025-12-16 21:15:22 +08:00
parent 9c9496efbd
commit 6e86a6987f
2 changed files with 2 additions and 1 deletions

View File

@ -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