diff --git a/src/scenes/game.py b/src/scenes/game.py index fd38afb..cee8a77 100644 --- a/src/scenes/game.py +++ b/src/scenes/game.py @@ -382,7 +382,6 @@ def __bonus_touched(ball: Entity, bonus: Entity): player = ball.world.query(LastPlayerTurn).pop() match bonus[Bonus]: case Bonus.MULTI: - __spawn_ball(bonus.world) __spawn_ball(bonus.world) ball.world[TimeUntilBonus].start(ball.world) case Bonus.BIG: