diff --git a/scenes/game.py b/scenes/game.py index ed8dbb2..f93918b 100644 --- a/scenes/game.py +++ b/scenes/game.py @@ -966,7 +966,7 @@ class Player: else: background.add_chibi(True, 1) - if self.combo % 100 == 0 and self.score_method == "gen3": + if self.combo > 0 and self.combo % 100 == 0 and self.score_method == "gen3": self.score += 10000 self.base_score_list.append(ScoreCounterAnimation(self.player_num, 10000, self.is_2p))